Logoelepay
Disputes

Retrieve dispute

不審請求に関する詳細情報を取得します。

GET
/disputes/{id}
Dispute ID

Response Body

application/json

OK

TypeScript Definitions

Use the response body type in TypeScript.

curl -X GET "https://api.elepay.io/disputes/string"
{
  "id": "string",
  "object": "dispute",
  "chargeId": "string",
  "liveMode": true,
  "amount": 0,
  "currency": "str",
  "metadata": {},
  "reason": "string",
  "status": "new",
  "resolvedTime": 0,
  "createTime": 0
}