Create Payout Quote
Creates a short-lived, provider-backed quote for a payout. No funds move until the returned quote_token is submitted to POST /payouts. An Idempotency-Key header is required.
Headers
A unique key that makes this quote request safe to retry.
Request body
Example request
{
"account_id": "biz_xxxxxxxxxxxxxx",
"amount": 6762.41,
"currency": "eur",
"payout_method_id": "potk_xxxxxxxxxxxxxx",
"speed": "standard",
"statement_descriptor": "MYCOMPANY"
}Response
payout quote created
Example response
{
"amount": {
"amount": "-2.50",
"currency": "usd",
"decimals": 2,
"display_decimals": 2
},
"destination_amount": {
"amount": "-2.50",
"currency": "usd",
"decimals": 2,
"display_decimals": 2
},
"exchange_rate": 4.13978443,
"expires_at": "2026-01-01T12:00:00.000Z",
"fee": {
"amount": "-2.50",
"currency": "usd",
"decimals": 2,
"display_decimals": 2
},
"id": "pout_aed_quote",
"net_amount": {
"amount": "-2.50",
"currency": "usd",
"decimals": 2,
"display_decimals": 2
},
"object": "payout_quote",
"quote_token": "signed-payout-quote"
}Changes
Changed in 3 of the 74 revisions of this API.13
- ▲
the
headerrequest parameterIdempotency-Keybecame requiredrequest-parameter-became-required
- ○
the
request property default valueusdwas removedrequest-property-default-value-removed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional request property
new-optional-request-property
- ○
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 74 revisions, 1 has no diff computed.