List Transfer Reversals
Retrieve a list of reversals for a Transfer.
For details on how to query endpoints using the available parameters, see Query Parameters.
Query parameters
Return every resource created after the cursor value.
Return every resource created before the cursor value.
The numbers of items to return.
Headers
Specify the API version of your request. For more details, see Versioning.
Response
List of reversed Transfer objects.
Example response
{
"_embedded": {
"transfers": [
{
"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
_embedded/transfers/items/card_present_details/emv_data/application_identifierbecame nullable for the status200response-property-became-nullable
- ▲
the response property
_embedded/transfers/items/card_present_details/emv_data/application_labelbecame nullable for the status200response-property-became-nullable
- ▲
the response property
_embedded/transfers/items/card_present_details/emv_data/application_transaction_counterbecame nullable for the status200response-property-became-nullable
- ▲
the response property
_embedded/transfers/items/card_present_details/emv_data/cryptogrambecame nullable for the status200response-property-became-nullable
- ▲
the response property
_embedded/transfers/items/card_present_details/payment_typebecame nullable for the status200response-property-became-nullable
- ▲
- ○
added the optional property
_embedded/transfers/items/additional_motor_vehicle_rental_data/rental_rateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/transfers/items/additional_motor_vehicle_rental_data/renter_nameto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response property
_embedded/transfers/items/additional_purchase_data/customs_duty_amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
_embedded/transfers/items/additional_purchase_data/destination_country_codebecame nullable for the status200response-property-became-nullable
- ▲
the response property
_embedded/transfers/items/additional_purchase_data/destination_postal_codebecame nullable for the status200response-property-became-nullable
- ▲
the response property
_embedded/transfers/items/additional_purchase_data/discount_amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
_embedded/transfers/items/additional_purchase_data/invoice_reference_numberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
_embedded/transfers/items/additional_purchase_data/order_datebecame nullable for the status200response-property-became-nullable
- ▲
the response property
_embedded/transfers/items/additional_purchase_data/sales_taxbecame nullable for the status200response-property-became-nullable
- ▲
the response property
_embedded/transfers/items/additional_purchase_data/ship_from_postal_codebecame nullable for the status200response-property-became-nullable
- ▲
the response property
_embedded/transfers/items/additional_purchase_data/shipping_amountbecame nullable for the status200response-property-became-nullable
- ▲
the
_embedded/transfers/items/additional_purchase_data/item_data/items/quantityresponse's property type/format changed fromnumber/decimaltonumber/for status200response-property-type-changed
- ○
added the optional property
_embedded/transfers/items/additional_purchase_data/item_data/items/sales_tax_amountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/transfers/items/additional_purchase_data/item_data/items/sales_tax_rateto the response with the200statusresponse-optional-property-added
- ▲
- ▲
the response property
_embedded/transfers/items/network_detailsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
_embedded/transfers/items/security_code_verificationbecame nullable for the status200response-property-became-nullable
- ○
added the optional property
_embedded/transfers/items/additional_lodging_datato the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/transfers/items/additional_motor_vehicle_rental_datato the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/transfers/items/card_present_details/digital_signature_file_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/transfers/items/card_present_details/emv_data/network_emv_responseto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/transfers/items/messagesto the response with the200statusresponse-optional-property-added
- ▲