Initiate a return against an incoming wire.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Idempotency key
255ID of the wire object you want to return.
^wire_\w+$List of eligible return reason codes for wire transfers.
AC06 - account_blockedAM09 - wrong_amountBE01 - creditor_name_mismatchFOCR - honor_return_requestFR01 - fraud_suspectedMS02 - creditor_requestNARR - narrativeRR02 - missing_debtor_dataRR03 - missing_creditor_dataAC06, AM09, BE01, FOCR, FR01, MS02, NARR, RR02, RR03 "AC06"
Additional details about why the wire is being returned that will be included with the returned wire.
1 - 105^[ \w/\-\?:\(\)\.,'\+!@#$%^&\*=`\{\|\}~";<>\[\\\]]*[\w/\-\?:\(\)\.,'\+!@#$%^&\*=`\{\|\}~";<>\[\\\]][ \w/\-\?:\(\)\.,'\+!@#$%^&\*=`\{\|\}~";<>\[\\\]]*$The amount to be returned in cents. If not provided, the original wire amount will be used.
1 <= x <= 9900000000005000
A set of key-value pairs that can be used to store additional information related to this object.
The new outgoing return wire object.
Unique identifier of the wire object.
^wire_\w+$"wire_xyz123"
The ID of the Account object.
^account_\w+$"account_xyz123"
The ID of the Lead Bank Account Number object.
^account_number_\w+$"account_number_xyz123"
ISO 8601 format timestamp representing when the wire object was created.
"2024-06-27T11:22:33Z"
ISO 8601 format timestamp representing when the wire object was last updated.
"2024-06-27T11:22:33Z"
The ISO-8601 Datestamp indicating the wire settlement date based on the Fedwire's business day definition.
"2024-06-27"
Who is initiating the transaction.
outgoing: You are sending a wire transaction to a counterparty. incoming: You are receiving an wire transaction from a counterparty.
outgoing, incoming "incoming"
Indicates the type of wire message that the object represents.
transfer, return "transfer"
The current status of the wire object.
created, scheduled, processing, posted, under_review, rejected, canceled, cancel_pending "created"
Details of the debtor sending funds.
Details of the financial institution where the debtor (payer) holds their account. This object may be absent if the instructing agent does not provide this information.
The financial institution that transmitted the payment through Fedwire. In some cases, this may differ from the bank where the account is held. This object will always be populated.
The financial institution that received the payment through Fedwire. This may not always be the bank where the recipient's account is held. This object will always be populated.
Details of the financial institution where the creditor (payee) holds their account. This object may be absent if the instructing agent does not provide this information.
Details of the creditor receiving funds.
Details of any other agents involved in the wire transfer.
Wire payment identifiers.
Wire remittance details.
Related wire objects.
A set of key-value pairs that can be used to store additional information related to this object.