Refunds
Create refund
決済の全額あるいは一部の返金処理を行います。
Response Body
application/json
Created
TypeScript Definitions
Use the response body type in TypeScript.
curl -X POST "https://api.elepay.io/charges/string/refunds" \ -H "Content-Type: application/json" \ -d '{ "amount": 0 }'{
"id": "string",
"object": "refund",
"chargeId": "string",
"liveMode": true,
"amount": 0,
"currency": "str",
"metadata": {},
"reason": "string",
"status": "pending",
"refundedTime": 0,
"createTime": 0
}