curl --request GET \
--url https://api.treasuryprime.com/wire \
--header 'Authorization: Basic <encoded-value>'{
"data": [
{
"account_id": "acct_1234567890",
"amount": "10300.00",
"counterparty_id": "cp_0987654321",
"created_at": "2017-11-02T11:55:14Z",
"error": null,
"id": "wire_1029384756",
"imad": {
"parsed": {
"cycle_date": "20220719",
"input_sequence_number": "999999",
"input_source": "ABCDEFG"
},
"unparsed": "20220719ABCDEFG999999"
},
"instructions": null,
"intermediary": null,
"omad": {
"parsed": {
"cycle_date": "20220719",
"frb_application_id": "FT01",
"output_date": "0102",
"output_destination": "MMQFMPTQ",
"output_sequence_number": "000106",
"output_time": "1030"
},
"unparsed": "20170102MMQFMPTQ00010601021030FT01"
},
"status": "pending",
"updated_at": "2017-11-02T11:55:14Z",
"userdata": null
}
]
}curl --request GET \
--url https://api.treasuryprime.com/wire \
--header 'Authorization: Basic <encoded-value>'{
"data": [
{
"account_id": "acct_1234567890",
"amount": "10300.00",
"counterparty_id": "cp_0987654321",
"created_at": "2017-11-02T11:55:14Z",
"error": null,
"id": "wire_1029384756",
"imad": {
"parsed": {
"cycle_date": "20220719",
"input_sequence_number": "999999",
"input_source": "ABCDEFG"
},
"unparsed": "20220719ABCDEFG999999"
},
"instructions": null,
"intermediary": null,
"omad": {
"parsed": {
"cycle_date": "20220719",
"frb_application_id": "FT01",
"output_date": "0102",
"output_destination": "MMQFMPTQ",
"output_sequence_number": "000106",
"output_time": "1030"
},
"unparsed": "20170102MMQFMPTQ00010601021030FT01"
},
"status": "pending",
"updated_at": "2017-11-02T11:55:14Z",
"userdata": null
}
]
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
A map containing a list of wire elements
Show child attributes
ID of the Account originating the transfer. Filterable.
Amount of money to transfer, with two decimal precision
Optional arbitrary data the bank can attach to the object
Optional value for Chips SSN
ID of the Counterparty receiving the transfer. Be sure that the wire section of the Counterparty contains non-null values. Filterable.
Error message describing why a wire failed
Unique identifier for object
Optional Input Message Accountability Data. An ID often filled out by the banks, originating from fed processing
Show child attributes
Input Message Accountability Data: a unique number assigned to a wire transfer processed through the Federal Reserve Bank’s FedwireService
Optional instructions for the recipient (maximum of 140 characters)
Optional intermediary bank information. If the recipient's bank is unable to receive a wire transfer, they will use an intermediary bank to process the wire
Show child attributes
Physical address of the bank
Show child attributes
City (max 18 characters)
Country (ISO 3166-1 alpha-2). Defaults to US
Postal code (5-digit or 5+4 Zip Code for U.S. addresses)
State (max 2 characters for US, max 3 characters for other countries)
First line of the address (max 35 characters)
Optional second line of the address (max 35 characters)
Name of the bank (maximum of 35 characters)
Valid 9-digit ABA routing transit number associated with the bank
Optional Output Message Accountability Data. An ID originating from fed processing, similar structure to IMAD but with more info
Show child attributes
Parsed OMAD sub-object
Show child attributes
Wire transfer date. YYYYMMDD
Uniquely identifies the Fedwire Funds Service site that processed the message (i.e., FT01, FT02 or FT03)
4 digit MMDD. Paired with output_time
8 Alpha or Alpha-Numeric characters identifying the destination. Comparable to the IMAD input_source
A 6 digit number assigned for uniqueness. Comparable to IMAD input_sequence_number
4 digit HHmm. Paired with output_date
Output Message Accountability Data: a unique number assigned to a wire transfer processed through the Federal Reserve Bank’s FedwireService
ID of the organization with which this object is associated. Filterable.
Optional string identifying the reason for why these funds are being transferred. For example Payroll, Tuition, Travel, etc. Required if sending an international wire (maximum of 16 characters)
One of pending, canceled, error, or sent. Filterable.
Optional arbitrary data the user can attach to the object