Autional Autional
API Reference GitHub autional.com →

POST /admin/wallets/tenants/{tenant_id}/disputes/{dispute_id}/resolve

Process a specified dispute

Wallet Service `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
tenant_id path string Yes Tenant ID
dispute_id path string Yes Dispute ID

Request Body

FieldTypeRequiredExampleConstraintsDescription
remark string No
resolution string No

Responses

StatusDescriptionSchema
200OKdto.ResolveDisputeResponse
400Invalid request parametersgitee_com_linmes_authms_base_dto.SimpleResponse
401Unauthenticated or invalid tokengitee_com_linmes_authms_base_dto.SimpleResponse
403Insufficient permissionsgitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.ResolveDisputeResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.ResolveDisputeResult No
message string No
timestamp string No

dto.ResolveDisputeResult

FieldTypeRequiredExampleConstraintsDescription
dispute_id string No dsp_01ARZ3NDEKTSV4RRFFQ69G5FAV
status string No resolved

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No