Download the PHP package mincdev/wirecard-wrapper without Composer
On this page you can find all versions of the php package mincdev/wirecard-wrapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mincdev/wirecard-wrapper
More information about mincdev/wirecard-wrapper
Files in mincdev/wirecard-wrapper
Package wirecard-wrapper
Short Description A wrapper to ease integration into Wirecard (previously MyGate) webservices.
License MIT
Informations about the package wirecard-wrapper
Adumo Payment Gateway Wrapper
A wrapper class to ease integration into Adumo (previously Wirecard / MyGate) webservices.
🚨 Deprecation Warning ⚠️
This repository is deprecated and no longer being maintained. The documentation used to create this project is no longer available and integration from new projects are no longer available.
Documentation
This wrapper is built around the Enterprise integration documentation found on the Adumo Online website here: https://developers.adumoonline.com/enterprise.php
Composer
To use the package in your project, install it with Composer
Example
Initialise the service
Set the transaction information and the card. You can use test cards in the testing environment.
Do a 3D Secure Lookup to see if 3D Secure is required for this card
On your return URL capture the POST variables and do the following
If the card did not require 3D Secure Authentication, you can continue with the capture step.
All Functions
For a full description of each action, please refer to the documentation.
Action 14 : lookup3DSecure();
requireAuthentication() // This posts to the third party bank
Action 1, 5 : authoriseSale();
Action 3 : capture();
Action 2 : authReversal();
Action 15 : tdsAuthenticate();
Action 4, 12 : credit();
Action 21 : createToken();
Action 22 : readToken();
Action 23 : deleteToken();