List Wire 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 Wire Transfers to those belonging to the specified Account.
Filter Wire Transfers to those made to the specified External 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
Wire Transfer List
Example response
{
"data": [
{
"account_id": "account_in71c4amph0vgo2qllky",
"account_number": "987654321",
"amount": 100,
"approval": {
"approved_at": "2020-01-31T23:59:59Z",
"approved_by": null
},
"cancellation": null,
"created_at": "2020-01-31T23:59:59Z",
"created_by": {
"category": "user",
"user": {
"email": "user@example.com"
}
},
"creditor": {
"address": {
"unstructured": {
"line1": "33 Liberty Street",
"line2": null,
"line3": null
}
},
"name": "National Phonograph Company"
},
"currency": "USD",
"debtor": null,
"external_account_id": "external_account_ukk55lr923a3ac0pp7iv",
"id": "wire_transfer_5akynk7dqsq25qwk9q2u",
"idempotency_key": null,
"inbound_wire_drawdown_request_id": null,
"network": "wire",
"pending_transaction_id": null,
"remittance": {
"category": "unstructured",
"unstructured": {
"message": "Invoice 29582"
}
},
"reversal": null,
"routing_number": "101050001",
"source_account_number_id": null,
"status": "complete",
"submission": null,
"transaction_id": "transaction_uyrp7fld2ium70oa7oi",
"type": "wire_transfer",
"unique_end_to_end_transaction_reference": null
}
],
"next_cursor": "v57w5d"
}