Update existing ACH/Wire transfer request

Modifies details of an ACH/Wire transfer request. Fields such as amount, status, external ID, etc. can be updated. Note: Only requests with a status of 'Pending' can be modified.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int64
required

Bank request numeric unique identifier generated by the system.

string
required

Specifies the monetary amount involved in the transfer request. This value should be a positive number formatted as a string, representing the total funds to be deposited or withdrawn.

string
required

Represents the current state of the transfer request. Valid status values can be retrieved via the /v1/systemcode/list API using parameters: type = 'Status' and subType = 'Bank Request'. Use the 'code' field from the response. Each status is associated with a numeric 'note' value. Status transitions are restricted based on this value: You may only update to a status with the next sequential note value, or to a status with note value 0 (e.g., 'Canceled'). For instance, if the current status is 'Pending' (note = 1), it can only be changed to a status with note = 2 or 1. Only status 'Pending', 'Canceled', 'Transfer Approved', and 'Broker Approved' are allowed. Note: Only requests with a status of 'Pending' can be modified.

string

Federal Reference Number (a nine-digit code) means, for any wire transfer, the reference number relating to such transfer for purposes of the funds transfer system used to transfer balances for immediately available credit among the member banks of the U.S. Federal Reserve System. (Banks use routing numbers to direct the exchange of funds to and from one another.)

string

An identifier that is related to the account holder outside the system.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json