Create a transaction
post/transactions
Request body
descriptionstring required
Description of the transaction.
amountinteger required
Amount of the transaction.
callback_urlstring uri
URL to receive transaction updates.
custom_metadataobject
Additional metadata related to the transaction.
Response
Transaction created successfully.
idinteger
Transaction ID.
referencestring
Transaction reference.
amountinteger
Transaction amount.
descriptionstring
Transaction description.
callback_urlstring
Transaction callback URL.
statusstring
Transaction status (e.g., 'pending', 'approved', 'canceled').
created_atstring date-time
Date and time of transaction creation.
updated_atstring date-time
Date and time of last transaction update.