Endpoint
GET{{baseURL}}/v1/quote/{quoteId}
Request headers
Request examples
Successful response
copy
Field reference
Error responses
Usage tips
- Fetch the quote immediately before you initiate a payout to ensure it is still valid.
- Cache the quote in your session store so you can re-display the guaranteed amount in confirmation UIs.
- If the quote has expired, call
Create Quoteagain and repeat the flow. - Pass the retrieved
quoteIddirectly toPOST /v2/payoutto settle the transfer.

