v1
latestOpenAPI 3.0.02026-07-2640301.0 MBACH Endpoints
ach/fund/transaction
This endpoint is used to look up and return the full details on a single ACH fund transaction.
get/ach/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": "129320349",
"ClientReferenceNumber": "876432",
"GLCode": "4300",
"TransactionTypeCode": "999"
}