Transfers

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.

get/transfers/{transfer_id}/reversals

Query parameters

after_cursorstring

Return every resource created after the cursor value.

before_cursorstring

Return every resource created before the cursor value.

limitinteger
Example:10

The numbers of items to return.

Headers

Finix-Versionstring
Example:2022-02-01

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_identifier became nullable for the status 200

      response-property-became-nullable

    • the response property _embedded/transfers/items/card_present_details/emv_data/application_label became nullable for the status 200

      response-property-became-nullable

    • the response property _embedded/transfers/items/card_present_details/emv_data/application_transaction_counter became nullable for the status 200

      response-property-became-nullable

    • the response property _embedded/transfers/items/card_present_details/emv_data/cryptogram became nullable for the status 200

      response-property-became-nullable

    • the response property _embedded/transfers/items/card_present_details/payment_type became nullable for the status 200

      response-property-became-nullable

    • added the optional property _embedded/transfers/items/additional_motor_vehicle_rental_data/rental_rate to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/transfers/items/additional_motor_vehicle_rental_data/renter_name to the response with the 200 status

      response-optional-property-added

  • 7919e33b4853102See the full diff
    • the response property _embedded/transfers/items/additional_purchase_data/customs_duty_amount became nullable for the status 200

      response-property-became-nullable

    • the response property _embedded/transfers/items/additional_purchase_data/destination_country_code became nullable for the status 200

      response-property-became-nullable

    • the response property _embedded/transfers/items/additional_purchase_data/destination_postal_code became nullable for the status 200

      response-property-became-nullable

    • the response property _embedded/transfers/items/additional_purchase_data/discount_amount became nullable for the status 200

      response-property-became-nullable

    • the response property _embedded/transfers/items/additional_purchase_data/invoice_reference_number became nullable for the status 200

      response-property-became-nullable

    • the response property _embedded/transfers/items/additional_purchase_data/order_date became nullable for the status 200

      response-property-became-nullable

    • the response property _embedded/transfers/items/additional_purchase_data/sales_tax became nullable for the status 200

      response-property-became-nullable

    • the response property _embedded/transfers/items/additional_purchase_data/ship_from_postal_code became nullable for the status 200

      response-property-became-nullable

    • the response property _embedded/transfers/items/additional_purchase_data/shipping_amount became nullable for the status 200

      response-property-became-nullable

    • the _embedded/transfers/items/additional_purchase_data/item_data/items/quantity response's property type/format changed from number/decimal to number/ for status 200

      response-property-type-changed

    • added the optional property _embedded/transfers/items/additional_purchase_data/item_data/items/sales_tax_amount to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/transfers/items/additional_purchase_data/item_data/items/sales_tax_rate to the response with the 200 status

      response-optional-property-added

  • 96653f0c196b25See the full diff
    • the response property _embedded/transfers/items/network_details became nullable for the status 200

      response-property-became-nullable

    • the response property _embedded/transfers/items/security_code_verification became nullable for the status 200

      response-property-became-nullable

    • added the optional property _embedded/transfers/items/additional_lodging_data to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/transfers/items/additional_motor_vehicle_rental_data to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/transfers/items/card_present_details/digital_signature_file_id to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/transfers/items/card_present_details/emv_data/network_emv_response to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/transfers/items/messages to the response with the 200 status

      response-optional-property-added