Create payout
Creates a new payout.
This endpoint requires the payouts.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request body for creating new payout.
The amount to payout.
1 < x < 99999999
The ISO-4217 currency code for the payout.
The ID of the payment service to use for the payout.
The type of payment method to send funds too.
The type of payout to process.
online_gambling
A value that can be used to match the payout against your own records.
1 - 200
The ID of the buyer to send the payout.
The external_identifier
of the buyer to send this payout to.
200
Inline buyer details for the payout.
Merchant information for the source of the payout.
Optional fields for processing payouts on specific payment services.
Response
The type of this resource. Is always payout
.
payout
The ID of a payout.
The optional ID of the merchant account this payout should be assigned to.
22
The monetary amount for this payout, in the smallest
currency unit for the given currency, for example 1299
cents to create
an authorization for $12.99
.
A supported ISO-4217 currency code.
The date and time when this payout was created.
The date and time when this payout was created.
The payment service used for this payout.
The ID of the payout in the underlying payment service.
The type of payout to process.
online_gambling
The status of the payout.
pending
, failed
, declined
, succeeded
An external identifier that can be used to match the payout against your own records. This value needs to be unique for all buyers.
1 - 200
The merchant details associated to this payout.
The buyer used for this transaction.
The payment method used for this payout.
Was this page helpful?