Simulate Incoming Wire Return V2
Simulation
Simulate Incoming Wire Return V2
Simulates an incoming return wire against an outgoing wire in sandbox. Automatically advances to posted on creation.
POST
Simulate Incoming Wire Return V2
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the outgoing wire (or outgoing return wire) you want to return.
Pattern:
^wire_\w+$Body
application/json
Return reason code.
Available options:
account_blocked, wrong_amount, creditor_name_mismatch, honor_return_request, fraud_suspected, creditor_request, narrative, missing_debtor_data, missing_creditor_data Example:
"creditor_request"
Amount to return in USD cents.
Required range:
1 <= x <= 990000000000Example:
5000
Additional details about why the wire is being returned.
Required string length:
1 - 105Pattern:
^[0-9a-zA-Z/\-\?:\(\)\.,'\+ !@#$%^&\*=_`\{\|\}~";<>\[\\\]]*[0-9a-zA-Z/\-\?:\(\)\.,'\+!@#$%^&\*=_`\{\|\}~";<>\[\\\]][0-9a-zA-Z/\-\?:\(\)\.,'\+ !@#$%^&\*=_`\{\|\}~";<>\[\\\]]*$Response
Incoming wire return object created. The response body is empty.
The response is of type object.

