Number of APIs: 5
GET {{url}}transactions/:transaction_id
Retrieves a transaction using the unique transaction_id
. This identifier can be found in the response after submitting a payment.
POST {{url}}transactions/:transaction_id/refund
Process a refund for a specific payment. The refunded amount will by credited either via bank transfer or by refunding the amount onto your customer's card.
POST {{url}}transactions/:transaction_id/void
Process a cancellation of a transaction before it settles through a consumer's account.
POST {{url}}transactions/:transaction_id/capture
Process a capture of funds to settle the transaction.
GET {{url}}transactions