Refund or Reverse a Transfer
Reverse a transfer with a type of DEBIT. This reversal creates a new Transfer resource with a type of REVERSAL.
Related Guides: Refunding Payments
Headers
Specify the API version of your request. For more details, see Versioning.
The data type being sent in the request body must be application/json.
Request body
Response
The Transfer was successfully reversed.
Example response
{
"additional_purchase_data": {
"item_data": [
{
"sales_tax_rate": 0.25
}
]
},
"amount": 5000,
"amount_requested": 100,
"merchant": "MUxxxxxxxxxxxxxxxxxxxxxxx",
"merchant_identity": "IDxxxxxxxxxxxxxxxxxxxxxxxx",
"network_details": {
"brand": "VISA"
}
}Changes
Changed in 4 of the 9 revisions of this API.179
- ▲
the response property
card_present_details/emv_data/application_identifierbecame nullable for the status201response-property-became-nullable
- ▲
the response property
card_present_details/emv_data/application_labelbecame nullable for the status201response-property-became-nullable
- ▲
the response property
card_present_details/emv_data/application_transaction_counterbecame nullable for the status201response-property-became-nullable
- ▲
the response property
card_present_details/emv_data/cryptogrambecame nullable for the status201response-property-became-nullable
- ▲
the response property
card_present_details/payment_typebecame nullable for the status201response-property-became-nullable
- ▲
- ○
added the optional property
additional_motor_vehicle_rental_data/rental_rateto the response with the201statusresponse-optional-property-added
- ○
added the optional property
additional_motor_vehicle_rental_data/renter_nameto the response with the201statusresponse-optional-property-added
- ○
- ▲
the response property
additional_purchase_data/customs_duty_amountbecame nullable for the status201response-property-became-nullable
- ▲
the response property
additional_purchase_data/destination_country_codebecame nullable for the status201response-property-became-nullable
- ▲
the response property
additional_purchase_data/destination_postal_codebecame nullable for the status201response-property-became-nullable
- ▲
the response property
additional_purchase_data/discount_amountbecame nullable for the status201response-property-became-nullable
- ▲
the response property
additional_purchase_data/invoice_reference_numberbecame nullable for the status201response-property-became-nullable
- ▲
the response property
additional_purchase_data/order_datebecame nullable for the status201response-property-became-nullable
- ▲
the response property
additional_purchase_data/sales_taxbecame nullable for the status201response-property-became-nullable
- ▲
the response property
additional_purchase_data/ship_from_postal_codebecame nullable for the status201response-property-became-nullable
- ▲
the response property
additional_purchase_data/shipping_amountbecame nullable for the status201response-property-became-nullable
- ▲
the
additional_purchase_data/item_data/items/quantityresponse's property type/format changed fromnumber/decimaltonumber/for status201response-property-type-changed
- ○
added the optional property
additional_purchase_data/item_data/items/sales_tax_amountto the response with the201statusresponse-optional-property-added
- ○
added the optional property
additional_purchase_data/item_data/items/sales_tax_rateto the response with the201statusresponse-optional-property-added
- ▲
- ▲
the response property
network_detailsbecame nullable for the status201response-property-became-nullable
- ▲
the response property
security_code_verificationbecame nullable for the status201response-property-became-nullable
- ○
added the optional property
additional_lodging_datato the response with the201statusresponse-optional-property-added
- ○
added the optional property
additional_motor_vehicle_rental_datato the response with the201statusresponse-optional-property-added
- ○
added the optional property
card_present_details/digital_signature_file_idto the response with the201statusresponse-optional-property-added
- ○
added the optional property
card_present_details/emv_data/network_emv_responseto the response with the201statusresponse-optional-property-added
- ○
added the optional property
messagesto the response with the201statusresponse-optional-property-added
- ▲