Wires
Update an incoming wire by id
Update an incoming wire by id
patch/wires/incoming/{wire_id}
Path parameters
wire_idstring uuid required
Example:b01db9c7-78f2-4a99-8aca-1231d32f9b96
The unique identifier of a wire transfer.
Request body
Example request
{
"return_data": {
"reason_code": "NARR"
}
}Response
wire
Example response
{
"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"
}