Refunds
Retrieve refund
返金に関する詳細情報を取得します。
Response Body
application/json
OK
TypeScript Definitions
Use the response body type in TypeScript.
curl -X GET "https://api.elepay.io/charges/string/refunds/string"{
"id": "string",
"object": "refund",
"chargeId": "string",
"liveMode": true,
"amount": 0,
"currency": "str",
"metadata": {},
"reason": "string",
"status": "pending",
"refundedTime": 0,
"createTime": 0
}