Test ACH/Check charges without using the real Banquest API. Create test bank accounts, simulate transactions, and verify your integration.
Navigate to /sandbox-ach to view test accounts and transaction history
Create accounts that succeed or fail with specific error codes
POST to /api/transactions/charge with the same format as Banquest API
POST /api/transactions/charge
Content-Type: application/json
{
"amount": 100.00,
"routing_number": "110000000",
"account_number": "1234567890",
"name": "John Doe",
"account_type": "checking"
}