v1
latestOpenAPI 3.0.22026-08-061303782.1 MBList Transfers
Retrieve a list of Transfers.
For details on how to query endpoints using the available parameters, see Query Parameters.
{% admonition type="info" %} If no query parameters are specified in the request the API automatically limits the response to records from the last 30 days. You can request older data by passing an explicit created_at.lte filter. {% /admonition %}
Query parameters
Return every resource created after the cursor value.
Filter by an amount greater than.
Filter by an amount greater than or equal.
Filter by an amount less than.
Filter by an amount less than or equal.
Filter by an amount equal to the given value.
Filter bank reversals by ACH Return Code. Use comma-separation to query for multiple values.
Return every resource created before the cursor value.
Filter by the Buyer Identity's business name (exact match).
Filter by the Buyer Identity's business name (partial match).
Filter by the Buyer Identity's Doing Business As (exact match).
Filter by the Buyer Identity's Doing Business As (partial match).
Filter by the Buyer Identity's first name (exact match).
Filter by the Buyer Identity's first name (partial match).
Filter by the Buyer Identity's ID.
Filter by the Buyer Identity's last name (exact match).
Filter by the Buyer Identity's last name (partial match).
Filter by the Buyer Identity's full personal name (exact match).
Filter by the Buyer Identity's full personal name (partial match).
Filter where created_at is after the given date.
Filter where created_at is before the given date.
Filter by the currency of the resource.
Filter by the device's ID.
Filter by id.
Filter by Idempotency ID.
For BANK_ACCOUNT Payment Instruments, filter by the last-4 digits of the bank account number (i.e., from the Payment Instrument's masked_account_number).
For PAYMENT_CARD Payment Instruments, filter by the first-6 digits of the card's number (i.e., the Payment Instrument's bin).
For PAYMENT_CARD Payment Instruments, filter by the card's brand.
For PAYMENT_CARD Payment Instruments, filter by the last-4 digits of the card's number (i.e., the Payment Instrument's last_four).
For PAYMENT_CARD Payment Instruments, filter by the card's issuing country (i.e., the Payment Instrument's issuer_country). Use comma-separation to query for multiple values.
Filter by the Payment Instrument's name (exact match).
Filter by the Payment Instrument's type.
The numbers of items to return.
Filter by the Merchant's ID (i.e., the Transfer's merchant).
Filter by the Merchant's Identity ID (i.e., the Transfer's merchant_identity).
Filter by the Merchant's name (i.e., the Merchant's merchant_name).
Filter by the Merchant's Merchant Identification Number (MID) (i.e., the Merchant's mid).
Filter by the Merchant's processor (i.e., the Merchant's processor).
Filter where ready_to_settle_at is after the given date. Only available on Finix-Version: 2022-02-01. For more details, see Versioning.
Filter where ready_to_settle_at is before the given date. Only available on Finix-Version: 2022-02-01. For more details, see Versioning.
Filter by the transfer's state.
Filter by the tag's key. For more information, see Tags.
Filter by the tag's value. For more information, see Tags.
Filter by trace_id.
Filter by Transfer type.
Filter where updated_at is after the given date.
Filter where updated_at is before the given date.
Headers
Specify the API version of your request. For more details, see Versioning.
Response
List of Transfer objects.
Example response
{
"_embedded": {
"transfers": [
{
"amount": 5000,
"amount_requested": 100,
"merchant": "MUxxxxxxxxxxxxxxxxxxxxxxx",
"merchant_identity": "IDxxxxxxxxxxxxxxxxxxxxxxxx",
"network_details": {
"brand": "VISA"
}
}
]
}
}