POST /wallets/transactions/{wallet_id}/dispute
Dispute a transaction
Wallet Service `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
Transaction ID |
Request Body
Schema: dto.TransactionDisputeRequest
| Field | Type | Required | Example | Constraints | Description |
reason |
string |
Yes |
Unauthorized transaction |
|
Reason |
contact |
string |
No |
user@example.com |
|
Contact info |
evidence |
array of
string |
No |
|
|
Evidence |
Referenced Schemas
dto.DisputeSubmitDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.DisputeSubmitResult |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.DisputeSubmitResult
| Field | Type | Required | Example | Constraints | Description |
dispute_id |
string |
No |
dsp-001 |
|
Dispute ID |
status |
string |
No |
submitted |
|
Status |
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|