Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The thread ID of the transaction to dispute
Body
application/json
The reason for disputing the transaction
Available options:
purchase_cancelled_but_no_refund_received
, problem_with_the_product_chargeback_
, problem_with_service_subscription_chargeback
, wrong_installment_number
, wrong_value
, charged_more_than_once
, unrecognized_transaction_report_fraudulent
Example:
"purchase_cancelled_but_no_refund_received"
Response
Dispute submitted for review
Example:
"Dispute submitted for review"