POST
/
v1
/
update
/
dispute

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
amount_disputed
number
required
currency
string
required
dispute_open_date
string
required
dispute_reason
enum<string>
required
Available options:
subscription_canceled,
credit_not_processed,
duplicate,
fraudulent,
general,
invalid_account,
unrecognized,
product_not_received,
product_unacceptable,
amount_not_accepted,
check_returned,
bank_cannot_process,
customer_initiated,
debit_not_authorized,
insufficient_funds,
not_mapped
dispute_status
enum<string>
required
Available options:
dispute_created,
dispute_won,
dispute_lost,
dispute_accepted,
dispute_pending
merchant_transaction_id
string
required
payment_system
string
required
payment_system_dispute_id
string
required
response_by
string
required
amount_won
number | null
case_number
string | null
dispute_substatus
enum<string> | null
Available options:
created,
won,
lost,
accepted,
expired,
disputed,
warning_under_review,
warning_needs_response,
warning,
needs_response,
under_review,
charge_refunded
processor_reason_code
string | null
resolution
enum<string> | null
Available options:
won,
lost
resolution_date
string | null

Response

202 - application/json

The response is of type any.