v1

latestOpenAPI 3.0.12026-07-2412502.6 MB
Transactions

Mark transaction as chargeback

By default, Vrio will flag the customer as Blacklisted and cancel any active order offers associated with the charge.

post/transactions/{transaction_id}/chargeback

Request body

chargeback_amountstring required

Set the total for the chargeback.

date_chargebackstring date required

Set the date the chargeback happened.

chargeback_codestring

Chargeback code

chargeback_reference_idstring

Chargeback reference ID.

chargeback_case_idstring

Chargeback case ID.

cancel_all_customer_order_offerboolean

Pass this flag if you would like to cancel All active order offers associated with the customer, not just the ones associated with the charge.

cancel_active_shipmentboolean

Cancel any active shipment associated with the transaction.

transaction_notesstring

Apply note to the history of this transaction.

Response

OK

successboolean
response_codeinteger
responsestring
gateway_response_idstring
gateway_response_gateway_idstring
gateway_response_codestring
gateway_auth_codestring
gateway_response_cvvstring
gateway_response_avsstring
gateway_response_textstring
gateway_request_textstring
processor_response_textstring
date_requeststring date-time nullable
date_responsestring date-time nullable
merchant_idinteger
merchant_descriptorstring nullable
reasonstring nullable

Reason in case of merchant error.

gateway_response_descriptionstring
gateway_hard_declinestring
transaction_idinteger
transaction_totalstring
post_datastring nullable
shipment_idinteger nullable

Example response

{
  "date_request": "2023-04-01 00:00:00",
  "date_response": "2023-04-01 00:00:00",
  "reattempt_data": [
    {
      "date_request": "2023-04-01 00:00:00",
      "date_response": "2023-04-01 00:00:00"
    }
  ]
}