Download the PHP package parceladousa/gateway without Composer
On this page you can find all versions of the php package parceladousa/gateway. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download parceladousa/gateway
More information about parceladousa/gateway
Files in parceladousa/gateway
Download parceladousa/gateway
More information about parceladousa/gateway
Files in parceladousa/gateway
Vendor parceladousa
Package gateway
Short Description Package to assist in payment integration with ParceladoUSA
License MIT
Package gateway
Short Description Package to assist in payment integration with ParceladoUSA
License MIT
Please rate this library. Is it a good library?
Informations about the package gateway
Gateway ParceladoUSA
This package was developed to facilitate integration with ParceladoUSA new API via PHP.
Installation
Gateway ParceladoUSA is available via Composer:
or run
Documentation
Details of Construct:
The construct has 4 parameters mandatory:
1° pubKey - API Key;
2° merchantCode - Account code with ParceladoUSA;
3° environment - Type of environment where the integration will be performed, ParceladoUSA::SANDBOX or ParceladoUSA::PRODUCTION;
4° callback - URL Where the payment status must be informed.
OBS.: The callback route is used to redirect the paying customer to your environment, a parameter will be added to it after the address provided which is the order ID
Construct:
Example of transaction creation:
Example of transaction query:
Example of values query:
If you have any questions, please feel free to contact our support via email [email protected]
All versions of gateway with dependencies
PHP Build Version
Package Version
The package parceladousa/gateway contains the following files
Loading the files please wait ....