Gateway Help Pages
The API is a JSON based checkout gateway for Buckaroo.
Transaction
This contains all the Transaction JSON calls.
| API | Description |
|---|---|
| POST json/Transaction | Creates a new transaction in the Buckaroo Payment Engine |
| POST json/Transaction/Specifications | Returns the specifications of the specified services |
| GET json/Transaction/Specification/{serviceName}?serviceVersion={serviceVersion} | This returns the specification of the specified service |
| POST json/Transaction/Statuses | This returns the status(es) for the provided transaction(s) |
| GET json/Transaction/Status/{transactionKey} | This returns the status for the provided transaction |
| POST json/Transaction/CancelMultiple | This cancels the provided transaction(s) |
| GET json/Transaction/Cancel/{transactionKey} | This cancels the provided transaction |
| POST json/Transaction/RefundInfos | This returns the refund info(s) |
| GET json/Transaction/RefundInfo/{transactionKey} | This returns the refund info |
| POST json/Transaction/InvoiceInfos | This returns the invoice info(s) |
| GET json/Transaction/InvoiceInfo/{invoiceKey} | This returns the refund info |
DataRequest
| API | Description |
|---|---|
| POST json/DataRequest | This performs a datarequest on the Buckaroo Payment Engine |
| POST json/DataRequest/Specifications | This returns the specifications of the provided services |
| GET json/DataRequest/Specification/{serviceName}?serviceVersion={serviceVersion} | This returns the specification of the provided service |
Updated 8 months ago