List disputes
GET
/v1/customer/disputes
dispute_id
, reason
, status
, dispute_state
, dispute_life_cycle_stage
, dispute_channel
, dispute_amount
, create_time
and update_time
fields.To filter the disputes in the response, specify one or more optional query parameters. To limit the number of disputes in the response, specify the
page_size
query parameter.To list multiple disputes, set these query parameters in the request:
page_size=2
start_time
instead ofdisputed_transaction_id
If the response contains more than two disputes, it lists two disputes and includes a HATEOAS link to the next page of results.
请求参数
示例代码
返回响应
修改于 2023-08-16 07:18:59