Charges
Retrieve charge's status
Retrieves detailed information about a charge's status.
Response Body
application/json
OK
TypeScript Definitions
Use the response body type in TypeScript.
curl -X GET "https://api.elepay.io/charges/string/status"{
"id": "string",
"appId": "string",
"liveMode": true,
"status": "pending"
}