Get Intent
Retrieve the current status and details of a payment intent.Intent Status Values
Paid Intent Response
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 withstatus: "pending" can be cancelled.
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.