GET
/
transfers
/
{id}
/
status
{
  "id": "tr_z1urYtVFgEebtcj8fxp4v",
  "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

Unique identifier for the Transfer

Response

200
application/json
id
string
required

Unique identifier for the Transfer

status
enum<string>
required

The current status of this Transfer

Available options:
created,
successful,
pending,
failed