Logoelepay
Charge

Retrieve charge's status

Retrieves detailed information about a charge's status.

GET
/charges/{id}/status
AuthorizationBearer <token>

API authentication is performed via Bearer auth using the secret key as the bearer token. The secret key is a critical key that allows all API operations, so handle it with care.

In: header

Path Parameters

id*string

Charge ID

Response Body

application/json;charset=utf-8

curl -X GET "https://api.elepay.io/charges/string/status"
{
  "id": "string",
  "appId": "string",
  "liveMode": true,
  "status": "pending"
}