Simulate an incoming Wire Return.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID 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"
The amount to be returned in USD. Amount of the wire should be in currency's minor units.
1 <= x <= 9900000000005000
Additional details about why the wire is being returned that will be included with the returned wire.
1 - 105^[ \w/\-\?:\(\)\.,'\+!@#$%^&\*=`\{\|\}~";<>\[\\\]]*[\w/\-\?:\(\)\.,'\+!@#$%^&\*=`\{\|\}~";<>\[\\\]][ \w/\-\?:\(\)\.,'\+!@#$%^&\*=`\{\|\}~";<>\[\\\]]*$Wire return object created.
The response is of type object.