Logoelepay
Charges

Retrieve charge's status

決済のステータスに関する詳細情報を取得します。

GET
/charges/{id}/status
Charge ID

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"
}