List incoming wires
Get paginated list of incoming wires
Query parameters
Only display transactions with an effective date less than or equal to to_date
Only display transactions with an effective date greater than from_date
Optional query parameter that can be use to filter the list of returned wires by transfer status
Optional query parameter to filter incoming wires by IMAD (Input Message Accountability Data)
Optional query parameter to filter incoming wires by OMAD (Output Message Accountability Data)
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
Unique resource identifier
[ "7d943c51-e4ff-4e57-9558-08cab6b963c7" ]
Optional query parameter to filter incoming wires by UETR (Unique End-to-End Transaction Reference)
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
Response
List of incoming wires
Example response
{
"next_page_token": "a8937a0d",
"wires": [
{
"amount": 10000,
"creation_time": "2010-05-06T12:23:34.321Z",
"currency": "USD",
"customer_id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
"effective_date": "2022-03-18",
"extracted_account_number": "1961234745",
"input_message_accountability_data": "10220318BANK0001123456",
"network": "fedwire",
"receiver": {
"address": {
"address_line_1": "321 Main St",
"address_line_2": "Apt 34",
"city": "Chicago",
"country_code": "US",
"postal_code": "60622",
"state": "IL"
},
"bank_name": "Synctera Bank",
"identifier_type": "Demand Deposit Account Number",
"name": "John Smith"
},
"receiving_account_id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
"return_data": {
"reason_code": "NARR"
},
"sender": {
"address": {
"address_line_1": "321 Main St",
"address_line_2": "Apt 34",
"city": "Chicago",
"country_code": "US",
"postal_code": "60622",
"state": "IL"
},
"bank_name": "Synctera Bank",
"identifier_type": "Demand Deposit Account Number",
"name": "John Smith"
},
"sender_reference_id": "9F564A6124E65",
"settlement_date": "2022-03-18",
"status": "READY",
"tenant": "abcdef_ghijkl",
"type_subtype": "BASIC_FUNDS_TRANSFER"
}
]
}