v1
latestOpenAPI 3.0.02026-07-2640301.0 MBACH Endpoints
ach/withdraw/transaction
This endpoint is used to look up details on a single ACH withdraw transaction. Withdraw transactions debit funds from your account and deposit them into the customer's bank account.
get/ach/withdraw/transaction
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
TransactionIDinteger required
Unique ID of the withdraw transaction
Response
Example response
{
"Success": true,
"TransactionStatus": "pending",
"TransactionDateTime": "2019-11-01 12:00:00",
"Currency": "USD",
"LastModified": "2019-11-03 01:00:00",
"CompanyName*": "VoPay",
"FirstName*": "John",
"LastName": "Doe",
"Address1": "112 Bentall Street",
"City": "Los Angeles",
"Province/State": "CA",
"Country": "USA",
"PostalCode/ZipCode": "90210",
"AccountNumber": "227654387",
"ABARoutingNumber": "129320349",
"GLCode": "4300",
"TransactionTypeCode": "999"
}