Collect
Create a transaction
POST
/
transactions
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Description of the transaction.
Amount of the transaction.
Currency information.
URL to receive transaction updates.
Additional metadata related to the transaction.
Customer associated with the transaction.
Transaction fees.
Response
201 - application/json
Transaction ID.
Transaction reference.
Transaction amount.
Transaction description.
Transaction callback URL.
Transaction status (e.g., 'pending', 'approved', 'canceled').
Date and time of transaction creation.
Date and time of last transaction update.