PUT
/
payouts
/
start

Authorizations

Authorization
string
headerrequired

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

Body

application/json · object[]
id
integer
required

Payout ID

scheduled_at
string

Date and time the payout is scheduled to be sent.

Response

200 - application/json
id
integer

Payout ID.

reference
string

Payout reference.

amount
integer

Payout amount.

status
string

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

customer_id
integer

Customer ID associated with the payout.

currency_id
integer

Currency ID associated with the payout.

mode
string

Payout mode.

last_error_code
string

Last error code encountered during the payout.

commission
integer

Payout commission.

fees
integer

Payout fees.

fixed_commission
integer

Fixed commission applied to the payout.

amount_transferred
integer

Amount transferred to the beneficiary.

amount_debited
integer

Amount debited from the payer.

created_at
string

Date and time of payout creation.

updated_at
string

Date and time of last payout update.

scheduled_at
string

Date and time the payout is scheduled to be sent.

sent_at
string

Date and time the payout was sent.

failed_at
string

Date and time the payout failed.

deleted_at
string

Date and time of payout deletion.

metadata
object

Additional metadata related to the payout.

custom_metadata
object

Custom metadata associated with the payout.

payment_method_id
integer

Payment method ID used for the payout.

transaction_key
string

Unique key associated with the payout.

merchant_reference
string

Merchant reference provided for the payout.

account_id
integer

Account ID associated with the payout.

balance_id
integer

Balance ID associated with the payout.