v1
latestOpenAPI 3.0.02026-07-2464438356.8 KBPayouts
Get a Payout Request
Gets the Payout Request identified by the provided ID.
get/api/payouts/payout/{id}
Path parameters
idstring uuid required
Payout request ID
Headers
on-behalf-ofstring
Organization ID to act on behalf of
Response
Returned Payout Request
Example response
{
"payouts": [
{
"amount": {
"tokenSymbol": "USDC"
},
"details": {
"feeTotal": {
"tokenSymbol": "USDC"
},
"fiatAmount": {
"fiatCurrencyCode": "USD"
},
"transactionFee": {
"tokenSymbol": "USDC"
}
},
"recipientInfo": {
"details": {
"details": {
"truncatedBankAccountNumber": "****1234"
}
}
}
}
]
}