Creates an ACH transaction in which funds are transferred from the customer to the merchant. This is used in regular sales transactions.
Success
Bad Request
Not Found
Server Error
{- "paymentProcessorId": "5ca6b82c-7ba4-46c8-a124-676eeb956536",
- "paymentMethodId": null,
- "customerId": null,
- "amount": 123.45,
- "isFasterProcessing": true,
- "routingNumber": "123123123",
- "accountNumber": "222222222",
- "taxId": null,
- "accountHolderType": 1,
- "accountType": 1,
- "billingAddress": {
- "city": "Phoenix",
- "countryId": 1,
- "line1": null,
- "line2": null,
- "postalCode": "12345",
- "stateName": null,
- "stateId": 1
}, - "shippingAddress": {
- "city": "Phoenix",
- "countryId": 1,
- "line1": null,
- "line2": null,
- "postalCode": "12345",
- "stateName": null,
- "stateId": 1
}, - "contactInfo": {
- "firstName": "John",
- "lastName": "Smith",
- "companyName": "Aurora",
- "email": "example@example.com",
- "mobileNumber": null,
- "smsNotification": null
}, - "secCode": 0
}
Valid parameters. Approved
{- "processedAmount": 0,
- "transactionId": "106ca61c-4ffb-4af8-92f0-77f4867655d2",
- "typeId": 11,
- "type": "AchDebit",
- "statusId": 21,
- "status": "Scheduled",
- "responseDescription": "Command Successful. Approved.",
- "responseCode": "000"
}
Creates an ACH transaction in which funds are transferred from the merchant to the customer. This is used in credit operations, such as payouts or refunds without reference.
Success
Bad Request
Not Found
Server Error
{- "paymentProcessorId": "00ed1442-33bf-43dc-ac94-b4be33a237ba",
- "paymentMethodId": null,
- "customerId": null,
- "amount": 123.45,
- "isFasterProcessing": true,
- "routingNumber": "123123123",
- "accountNumber": "222222222",
- "taxId": null,
- "accountHolderType": 1,
- "accountType": 1,
- "billingAddress": {
- "city": "Phoenix",
- "countryId": 1,
- "line1": null,
- "line2": null,
- "postalCode": "12345",
- "stateName": null,
- "stateId": 1
}, - "shippingAddress": {
- "city": "Phoenix",
- "countryId": 1,
- "line1": null,
- "line2": null,
- "postalCode": "12345",
- "stateName": null,
- "stateId": 1
}, - "contactInfo": {
- "firstName": "John",
- "lastName": "Smith",
- "companyName": "Aurora",
- "email": "example@example.com",
- "mobileNumber": null,
- "smsNotification": null
}, - "secCode": 0
}
Valid parameters. Approved
{- "processedAmount": 0,
- "transactionId": "430d4929-224e-4e0c-8d38-50ab6fea0e8a",
- "typeId": 12,
- "type": "AchRefund",
- "statusId": 23,
- "status": "ChargedBack",
- "responseDescription": "Command Successful. Approved.",
- "responseCode": "000"
}
Success
Bad Request
Not Found
Server Error
Valid parameters. Approved
{- "processedAmount": 0,
- "transactionId": "1423e1b7-9a97-4f85-b436-60c2fc237e59",
- "typeId": 15,
- "type": "AchDebit",
- "statusId": 22,
- "status": "Cancelled",
- "responseDescription": "Command Successful. Approved.",
- "responseCode": "000"
}
Success
Bad Request
Not Found
Server Error
Valid parameters. Approved
{- "processedAmount": 0,
- "transactionId": "1216c17f-e364-483e-8d45-05b3a7888d3b",
- "typeId": 12,
- "type": "AchRefund",
- "statusId": 23,
- "status": "ChargedBack",
- "responseDescription": "Command Successful. Approved.",
- "responseCode": "000"
}
Success
Bad Request
Not Found
Server Error
{- "transactionId": "05345e3c-f12d-4768-8fb6-e662b1cb114e",
- "typeId": 13,
- "type": "AchHold",
- "statusId": 26,
- "status": "Held",
- "responseDescription": null,
- "responseCode": null
}
Success
Bad Request
Not Found
Server Error
{- "transactionId": "e5805802-f366-4133-b0ca-baad3b1018e5",
- "typeId": 14,
- "type": "AchUnHold",
- "statusId": 21,
- "status": "Scheduled",
- "responseDescription": null,
- "responseCode": null
}