BlockonomicsAPI Reference
Payment Quotes
GET/v2/payment_intents/{intent_id}/payment_quotesAuth required

List payment quotes

Returns every quote raised against a payment intent, in any status.

List entries do not include expires_in. To show a countdown, use Get a payment quote or the response from creating or refreshing the quote.

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

Path Parameters

intent_idstringrequired

ID of the payment intent

Responses

intent_idpath · stringrequired

ID of the payment intent

Response will appear here