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