Payouts
Create a quote for the payout
Create quote for a payout
post/v3/payouts/{payoutId}/quote
Path parameters
payoutIdstring uuid required
Id of the payout
Response
Quote for payout
Example response
{
"fxSummaries": [
{
"invertedRate": 1.12,
"creationTime": "2022-10-30T09:45:09Z",
"rate": 0.89,
"expiryTime": "2022-10-30T09:50:09Z",
"sourceCurrency": "USD",
"totalPaymentAmount": 890000,
"paymentCurrency": "USD",
"quoteId": "af80d455-29dd-4e72-a000-495a9829a7d0",
"totalSourceAmount": 1000000,
"fundingStatus": "FUNDED",
"status": "QUOTED"
},
{
"invertedRate": 1.12,
"creationTime": "2022-10-30T09:45:09Z",
"rate": 0.89,
"expiryTime": "2022-10-30T09:50:09Z",
"sourceCurrency": "USD",
"totalPaymentAmount": 890000,
"paymentCurrency": "USD",
"quoteId": "af80d455-29dd-4e72-a000-495a9829a7d0",
"totalSourceAmount": 1000000,
"fundingStatus": "FUNDED",
"status": "QUOTED"
}
]
}