Dispute
Retrieve dispute
不審請求に関する詳細情報を取得します。
AuthorizationBearer <token>
API呼出すの認証は、秘密鍵を認証トークンとして扱い、Bearer 認証経由で行われます。 秘密鍵は、全ての API リクエスト操作が可能となる重要なキーなので、取扱いにご注意ください。
In: header
Path Parameters
id*string
Dispute ID
Response Body
application/json;charset=utf-8
curl -X GET "https://api.elepay.io/disputes/string"{
"id": "string",
"object": "dispute",
"chargeId": "string",
"liveMode": true,
"amount": 0,
"currency": "str",
"metadata": {
"property1": "string",
"property2": "string"
},
"reason": "string",
"status": "new",
"resolvedTime": 0,
"createTime": 0
}