POST /wallets/transactions/{id}/dispute
对指定交易发起争议
钱包服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
交易ID |
Request Body
Schema: dto.TransactionDisputeRequest
| Field | Type | Required | Example | Constraints | Description |
reason |
string |
Yes |
未授权交易 |
|
原因 |
contact |
string |
No |
user@example.com |
|
联系方式 |
evidence |
array of
string |
No |
|
|
证据 |
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 |
|
争议ID |
status |
string |
No |
submitted |
|
状态 |
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|