GET
/
payments
/
{id}
/
status
{
  "id": "pay_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.

Response

200
application/json
id
string
required

Unique identifier for the Payment

status
enum<string>
required

Current status of this Payment

Available options:
created,
failed,
pending,
successful