Refresh a payin quote

Refreshes an existing pay quote identified by its transaction ID.
This is used when a previously issued quote is near to expire and the platform wants a new rate for the same deposit address.
Already expired quotes can't be refreshed.

The response format is identical to POST /pay/rfq — it returns an updated rate, expiry timestamp, and the same deposit address.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The transaction ID (UUID) returned from the original POST /pay/rfq call

Body Params
string
required

The participant code for the shopper whose quote is being refreshed

Headers
string
required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

string
required

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json