BlockonomicsAPI Reference
Payment Intents
GET/v2/payment_intents/{intent_id}Auth required

Get a payment intent

Returns a payment intent with every quote raised against it and how much is still due.

This is the source of truth for whether an order is paid. When a callback arrives, fetch the intent and fulfil the order only when status is paid.

paid_amount only counts confirmed payments. provisional_paid_amount is what payments still waiting for confirmation will add, and amount_due is what is left once those are counted.

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