List Swift Transfers
Query parameters
Return the page of entries after this one.
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
Filter Swift Transfers to those that originated from the specified Account.
Filter records to the one with the specified idempotency_key you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
Return results whose value is in the provided list. For GET requests, this should be encoded as a comma-delimited string, such as ?in=one,two,three.
Return results after this ISO 8601 timestamp.
Return results before this ISO 8601 timestamp.
Return results on or after this ISO 8601 timestamp.
Return results on or before this ISO 8601 timestamp.
Response
Swift Transfer List
Example response
{
"data": [
{
"account_id": "account_in71c4amph0vgo2qllky",
"account_number": "987654321",
"amount": 100,
"bank_identification_code": "ECBFDEFFTPP",
"created_at": "2020-01-31T23:59:59Z",
"created_by": {
"category": "user",
"user": {
"email": "user@example.com"
}
},
"creditor_address": {
"city": "Frankfurt",
"country": "DE",
"line1": "Sonnemannstrasse 20",
"line2": null,
"postal_code": "60314",
"state": null
},
"creditor_name": "Ian Crease",
"debtor_address": {
"city": "New York",
"country": "US",
"line1": "33 Liberty Street",
"line2": null,
"postal_code": "10045",
"state": null
},
"debtor_name": "National Phonograph Company",
"id": "swift_transfer_29h21xkng03788zwd3fh",
"idempotency_key": null,
"instructed_amount": 100,
"instructed_currency": "USD",
"pending_transaction_id": "pending_transaction_k1sfetcau2qbvjbzgju4",
"routing_number": null,
"source_account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"status": "initiated",
"transaction_id": "transaction_uyrp7fld2ium70oa7oi",
"type": "swift_transfer",
"unique_end_to_end_transaction_reference": "9a21e10a-7600-4a24-8ff3-2cbc5943c27a",
"unstructured_remittance_information": "Remittance information"
}
],
"next_cursor": "v57w5d"
}