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