Developer Portal
14.2.18 Retrieve Transaction Data (With Account Data) Using Name and Source Id
path: /Query/ACH method: POST Request:{ "request": "getTransaction", "paywaySessionToken": "7F9CD72CE4F4183795138EEAA0B152A8", "sourceId": "11", "transactionName": "TEST-ACH-026-04" } Reply:{ "achaccount": { "accountNotes1": "Notes about account", "accountNotes2": "More info", "accountNotes3": "", "accountNumber": "******1881", "accountType": "checking", "bankName": "Jackie Daytona Savings and Loan", "city": "Singing Desert", "divisionId": 7, "email": "[email protected]", "firstName": "Wiley", "inputMode": 1, "key_alias": 60, "lastFour": "1881", "lastName": "Coyote", "lastUsed": "1999-01-01 00:00", "middleName": "Genius", "paywayToken": 1200000134, "phone": "2222222222", "routingNumber": "123456789", "state": "AZ", "status": 2, "zip": "01929" }, "achtransaction": { "amount": 1000, "authorizedTime": "2020-10-29 13:06:27-04", "capturedTime": "2020-10-29 13:06:27-04", "cbMode": 2, “checkNumber": "5432", "fsvIndicator": "", "id_deposit": 0, "name": "TEST-ACH-026-04", "paymentType": "recurring", "posting_date": "1999-01-01 00:00:00-05", "processorResultCode": "", "processorSoftDescriptor": "", "purpose": 0, "rejectReason": 0, "resultCode": 5000, "sessionToken_string": "0", "settledTime": "1999-01-01 00:00:00-05", "sourceId": 11, "standardEntryClass": "PPD", "standardEntryCode": 0, "status": 6, "tax": 100, "transactionNotes1": "Notes field 1", "transactionNotes2": "Order 123", "transactionNotes3": "Other note" }, "paywayCode": "5000", "paywayMessage": "" }