Retrieve a PaymentIntent status
This endpoint allows you to fetch the status of an existing payment intent from our database. You must either provide the “id” or the “token” for us to find that payment intent. Retrieving using the “token” is the fastest way and is not rate limited, depending on your needs, that’s probably the best solution.
Headers
Your api key. To create a key, please get into our dashboard. If you don't have access to it, please reach the Support team.
Your merchant ID. This information is available in our dashboard. If you don't have access to it, please reach the Support team.
Allow you to choose between the sandbox mode to perform some tests or the live mode for real world transactions.
live
, sandbox
Path Parameters
Identifier of the payment intent to retrieve.
Query Parameters
You can also use this token parameter to retrieve a payment intent. This is especially useful for a client-side application when you don't want your api key to be disclosed in.