GET
/
payment-intents
/
{id}
/
status
{
  "id": "pi_QW2d6JnqiatcH8KhK0mD1",
  "status": "successful"
}

Headers

ApiKey
string
required

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.

MerchantId
string
required

Your merchant ID. This information is available in our dashboard. If you don't have access to it, please reach the Support team.

Environment
enum<string>
required

Allow you to choose between the sandbox mode to perform some tests or the live mode for real world transactions.

Available options:
live,
sandbox

Path Parameters

id
string
required

Identifier of the payment intent to retrieve.

Query Parameters

token
string

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.

Response

200
application/json
id
string
required

Unique identifier for the Payment intent

status
enum<string>
required

Current status of this Payment intent

Available options:
action_required,
canceled,
payment_required,
processing,
successful