get https://api.elepay.io/disputes/
不審請求に関する詳細情報を取得します。
Log in to see full request history
Response
不審請求に関する詳細情報を取得します。
xxxxxxxxxx
curl --request GET \
--url https://api.elepay.io/disputes/id \
--header 'accept: application/json;charset=utf-8'
xxxxxxxxxx
15{
"id": "string",
"object": "dispute",
"chargeId": "string",
"liveMode": true,
"amount": 0,
"currency": "string",
"metadata": {
"additionalProp": "string"
},
"reason": "string",
"status": "new",
"resolvedTime": 0,
"createTime": 0
}