Skip to main content
POST
NodeJs

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

mode
string
requis

Transaction mode.

Corps

application/json
token
integer
requis

Transaction token

Exemple:

1

phone_number
object

Phone number details

Réponse

Transaction sent successfully.

reference
string

Payment intent reference.

Exemple:

"pi_xdc_123456"

amount
integer

Payout amount.

Exemple:

1000

status
string

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

Exemple:

"pending"

currency_id
integer

Currency ID associated with the payout.

Exemple:

840

mode
string

Payout mode.

Exemple:

"automatic"

last_error_code
string

Last error code encountered during the payout.

Exemple:

"NO_ERROR"

created_at
string<date-time>

Date and time of payout creation.

Exemple:

"2024-10-23T14:00:00Z"

updated_at
string<date-time>

Date and time of last payout update.

Exemple:

"2024-10-23T14:00:00Z"

approved_at
string<date-time>

Date and time the payout was sent.

Exemple:

"2024-10-23T14:31:00Z"

canceled_at
string<date-time>

Date and time the payout failed.

Exemple:

"2024-10-23T14:32:00Z"

deleted_at
string<date-time>

Date and time of payout deletion.

Exemple:

"2024-10-23T14:33:00Z"

payment_method_id
integer

Payment method ID used for the payout.

Exemple:

1

transaction_key
string

Unique key associated with the payout.

Exemple:

"TRANSACTION-XYZ"

account_id
integer

Account ID associated with the payout.

Exemple:

5