Create a payout
Creates a new payout.
This endpoint requires theDocumentation Index
Fetch the complete documentation index at: https://docs.anglpay.com/llms.txt
Use this file to discover all available pages before exploring further.
payouts.write scope.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The ID of the merchant account to use for this request.
"default"
Body
PayoutCreate
Represents the data required to create a new payout.
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.
0 <= x <= 999999991299
The ISO-4217 currency code for this payout.
^[A-Z]{3}$"EUR"
"GBP"
"USD"
The ID of the payment service to use for the payout.
"ed8bd87d-85ad-40cf-8e8f-007e21e55aad"
The type of payment method to send funds too.
- PaymentMethodCard
- PaymentMethodStoredCard
The type of payout to process.
"online_gambling"
A value that can be used to match the payout against your own records.
1 - 200"payout-12345"
The id of a stored buyer to use for this payout Use this instead of the buyer or buyer_external_identifier.
"fe26475d-ec3e-4884-9553-f7356683f7f9"
Inline buyer details for the payout. Use this instead of the buyer_id or buyer_external_identifier.
The external_identifier of a stored buyer to use for this payout. Use this instead of the buyer_id or buyer.
1 - 200"buyer-12345"
Merchant information for the source of the payout.
Optional fields for processing payouts on specific payment services.
Response
Successful Response
PayoutSummary
Represents a summary of a payout.
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.
1299
The date this payout was created at.
"2013-07-16T19:23:00.000+00:00"
A supported ISO-4217 currency code.
^[A-Z]{3}$"EUR"
"GBP"
"USD"
The payment method used for this payout.
The payment service used for this payout.
The status of the payout.
"succeeded"
The date this payout was last updated at.
"2013-07-16T19:23:00.000+00:00"
Always payout.
"payout""payout"
The ID for the payout.
"6f96a57e-a35b-4f98-b192-d298995f811a"
The buyer used for this payout.
The type of payout to process.
"online_gambling"
The merchant identifier for this payout.
1 - 200"payout-12345"
The merchant details associated to this payout.
The ID of the merchant account this payout was created for.
"default"
The ID of the payout in the underlying payment service.
1 - 200"pout-12345"