Disputes
List disputes
不審請求情報を一覧で取得します
Response Body
application/json
OK
TypeScript Definitions
Use the response body type in TypeScript.
curl -X GET "https://api.elepay.io/disputes"{
"total": 0,
"disputes": [
{
"id": "string",
"object": "dispute",
"chargeId": "string",
"liveMode": true,
"amount": 0,
"currency": "str",
"metadata": {},
"reason": "string",
"status": "new",
"resolvedTime": 0,
"createTime": 0
}
]
}