Payout Service
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": "2000-01-23T04:56:07.000+00:00",
"rate": 1.12,
"expiryTime": "2000-01-23T04:56:07.000+00:00",
"sourceCurrency": "USD",
"totalPaymentAmount": 1234,
"paymentCurrency": "USD",
"quoteId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"totalSourceAmount": 1234,
"fundingStatus": "FUNDED",
"status": "QUOTED"
},
{
"invertedRate": 1.12,
"creationTime": "2000-01-23T04:56:07.000+00:00",
"rate": 1.12,
"expiryTime": "2000-01-23T04:56:07.000+00:00",
"sourceCurrency": "USD",
"totalPaymentAmount": 1234,
"paymentCurrency": "USD",
"quoteId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"totalSourceAmount": 1234,
"fundingStatus": "FUNDED",
"status": "QUOTED"
}
]
}