Download the PHP package soneritics/buckaroojson without Composer
On this page you can find all versions of the php package soneritics/buckaroojson. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download soneritics/buckaroojson
More information about soneritics/buckaroojson
Files in soneritics/buckaroojson
Package buckaroojson
Short Description Buckaroo PHP implementation
License MIT
Homepage https://github.com/Soneritics/BuckarooJSON
Informations about the package buckaroojson
Buckaroo
Buckaroo payment provider implementation classes Connect with Buckaroo through their easy to use JSON API.
Important!
If you have the problem where floats are serialized the wrong way, add this line to your code:
you have this problem when you get the error: An error occurred while processing the transaction: Total amount of articles does not match the transaction amount (S996)
Payment methods
Currently, the following payment methods are supported
- iDeal
- AfterPay (DigiAccept)
- Bancontact
- KBC
- Credit cards:
- Mastercard
- Visa
- American Express
- Debit cards:
- VPay
- Maestro
- Visa Electron
- Carte Bleue
- Carte Bancaire
- Dankort
Example
Some example code has been added in the Examples folder. A sneak peek below :-)
Multiple payment methods
When you want the customer to make a choice for the payment method, but you do not want it on your own site, that's also possible. You can use the MultiServiceTransactionRequest for that. This is something that's commonly used for creditcard transactions.
Change list
Version | Breaking | Changes | Notes |
---|---|---|---|
1.* | No | Implement Refund, Authorize, Capture, etc. | On request only! |
2.0 | Yes | Map the responses to proper objects |