POST
/
transactions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
amount
integer
required

Amount of the transaction.

currency
object
required

Currency information.

description
string
required

Description of the transaction.

callback_url
string

URL to receive transaction updates.

customer
object

Customer associated with the transaction.

fees
integer

Transaction fees.

metadata
object

Additional metadata related to the transaction.

Response

201 - application/json
amount
integer

Transaction amount.

callback_url
string

Transaction callback URL.

created_at
string

Date and time of transaction creation.

description
string

Transaction description.

id
integer

Transaction ID.

reference
string

Transaction reference.

status
string

Transaction status (e.g., 'pending', 'approved', 'canceled').

updated_at
string

Date and time of last transaction update.