POST
/
transactions
/
{mode}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

mode
string
required

Transaction ID.

Body

application/json
token
integer
required

Transaction token

phone_number
object

Phone number details

Response

200 - application/json
reference
string

Payment intent reference.

amount
integer

Payout amount.

status
string

Intent status (e.g., 'pending', 'scheduled', 'sent', 'failed').

currency_id
integer

Currency ID associated with the payout.

mode
string

Payout mode.

last_error_code
string

Last error code encountered during the payout.

created_at
string

Date and time of payout creation.

updated_at
string

Date and time of last payout update.

approved_at
string

Date and time the payout was sent.

canceled_at
string

Date and time the payout failed.

deleted_at
string

Date and time of payout deletion.

payment_method_id
integer

Payment method ID used for the payout.

transaction_key
string

Unique key associated with the payout.

account_id
integer

Account ID associated with the payout.