Fedwire Endpoints
fedwire/fund/transaction
This endpoint is used to look up and return the full details on a single Fedwire fund transaction.
get/fedwire/fund/transaction
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
TransactionIDinteger required
The unique ID of the fund transaction
Response
Example response
{
"Success": true,
"TransactionStatus": "pending",
"TransactionDateTime": "2019-11-01 12:00:00",
"HoldReleaseDateTime": "2019-11-01 12:00:00",
"Currency": "CAD",
"LastModified": "2019-11-02 01:00:21",
"CompanyName*": "VoPay",
"FirstName*": "John",
"LastName*": "Doe",
"Address1": "112 Bentall Street",
"City": "Vancouver",
"Province/State": "BC",
"Country": "Canada",
"PostalCode/Zipcode": "V4W 5Z7",
"AccountNumber": "1100456342",
"ABARoutingNumber": "11234312",
"ClientReferenceNumber": "876432",
"GLCode": "4300",
"TransactionTypeCode": "999"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.