Skip to main content

Get Intent

Retrieve the current status and details of a payment intent.

Intent Status Values

Poll interval: Every 3–5 seconds. Settlement is typically 1–10 seconds depending on chain.

List Intents

Retrieve a paginated list of payment intents for the authenticated merchant.

Query Parameters

Response 200


Cancel Intent

Cancel a pending payment intent. Only intents with status: "pending" can be cancelled.
Returns 404 if the intent is already paid or expired.

Response 200

Cancelling an intent does not issue a refund — it simply prevents further payment attempts. If a buyer has already signed an authorization but settlement hasn’t been submitted yet, cancellation will block that submission.