Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
An idempotency key is an arbitrary unique value generated by client to detect subsequent retries of the same request. It is recommended that a UUID or a similar random identifier be used as an idempotency key. A different key must be used for each request, unless it is a retry.
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Body
Wire transfer request
Transfer amount in cents ($100 would be 10000)
x >= 1
10000
3-character currency code
USD
"USD"
The customer UUID representing the person initiating the Wire transfer
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
Sender account ID
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
The external account uuid representing the recipient of the wire.
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
Information from the originator to the beneficiary (recipient).
140
Instructions intended for the financial institutions that are processing the wire.
210
Additional transfer metadata structured as key-value pairs
Response
Created wire
Transfer amount in cents ($100 would be 10000)
10000
"2010-05-06T12:23:34.321Z"
3-character currency code
"USD"
The effective date of the transaction once it gets posted
"2022-03-18"
wire ID
Whether or not the wire is a "bulk" wire created via the batch payment API.
"2010-05-06T12:23:34.321Z"
The account number representing the sender account. If the outgoing wire is a return, it refers to the sender of the initial wire not the sender of the return.
1961234745
The account number representing the recipient account. If the outgoing wire is a return, it refers to the recipient of the initial wire not the destination of the return.
1961234745
Sender's id associated with fedwire transfer
"9F564A6124E65"
The current status of the transfer
CANCELED
, COMPLETED
, DECLINED
, PENDING
"PENDING"
ID of the resulting transaction resource
Instructions intended for the financial institutions that are processing the wire.
The batch ID associated with the wire if it was created via the batch payment API.
The case id associated with the wire.
53
The customer UUID representing the person initiating the Wire transfer
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
The input message accountability data consists of a 8 character cycle date (CCYYMMDD) an 8 character source and a 6 character sequence number.
"10220318BANK0001123456"
The network used to process the wire
"fedwire"
Sender account ID
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
The external account uuid representing the recipient of the wire.
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
Information from the originator to the beneficiary (recipient).
Data associated with a returned wire
The settlement date of the transaction once it gets posted
"2022-03-18"
Additional details about the status of the transfer
APPROVED
, CANCELED
, DECLINED_DUAL_APPROVAL
, PENDING_DUAL_APPROVAL
"PENDING_DUAL_APPROVAL"
The transaction uuid of the incoming wire that triggered an outgoing return. This is only used if the outgoing wire is a return.
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"