Skip to main content
POST
Create Transaction

Authorizations

Authorization
string
header
required

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

Headers

Accept
string

Body

application/json
amount
integer
Example:

2000

card_reference
string
Example:

"6516484d-0059-4f53-b2cf-31f3ae884d3a"

receiver_card_reference (only for transfer)
string
Example:

"a7517090-79b9-4af5-8c56-861ae221ae8c"

slug
string
Example:

"2b5c73c7-de46-4ecc-a1f8-1783dc262dc1"

action
enum<string>
Available options:
withdraw,
recharge,
transfer

Response

OK

message
string
Example:

"OK"

statusCode
integer
Example:

200

transaction
object