BlockonomicsAPI Reference
Payment Quotes
POST/v2/payment_intents/{intent_id}/payment_quotes/{quote_id}/refreshAuth required

Refresh a payment quote

Re-prices a quote at the current exchange rate for the amount still due and restarts its 5-minute price lock. The quote keeps its ID and address.

Use it when the countdown on a quote runs out before the customer pays. Only quotes with status pending or expired can be refreshed. Once a payment has been seen on a quote, its price can no longer change.

No request body is needed.

Requires Bearer token authentication. Include Authorization: Bearer YOUR_API_KEY in the request header.

Path Parameters

intent_idstringrequired

ID of the payment intent

quote_idstringrequired

ID of the payment quote

Responses

intent_idpath · stringrequired

ID of the payment intent

quote_idpath · stringrequired

ID of the payment quote

Response will appear here