Simulate Incoming Wire Return
Simulation
Simulate Incoming Wire Return
Simulate an incoming Wire Return.
POST
Simulate Incoming Wire Return
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the Wire object you want to return.
Pattern:
^wire_\w+$Body
application/json
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_data
Available options:
AC06, AM09, BE01, FOCR, FR01, MS02, NARR, RR02, RR03 Example:
"AC06"
The amount to be returned in USD. Amount of the wire should be in currency's minor units.
Required range:
1 <= x <= 990000000000Example:
5000
Additional details about why the wire is being returned that will be included with the returned wire.
Required string length:
1 - 105Pattern:
^[ \w/\-\?:\(\)\.,'\+!@#$%^&\*=`\{\|\}~";<>\[\\\]]*[\w/\-\?:\(\)\.,'\+!@#$%^&\*=`\{\|\}~";<>\[\\\]][ \w/\-\?:\(\)\.,'\+!@#$%^&\*=`\{\|\}~";<>\[\\\]]*$Response
Wire return object created.
The response is of type object.

