Test ACH/Check charges without using the real Banquest API. Manage test bank accounts and view transaction history.
Step 1: Create a Customer
Step 2: Create a Payment Method
Step 3: Charge Using Source (First & Recurring)
{
"amount": 100.00,
"source": "pm-1" // Payment method ID
}Headers:
Example Request (Direct Charge):
{
"amount": 100.00,
"routing_number": "110000000",
"account_number": "1234567890",
"name": "John Doe",
"account_type": "checking"
}Example Request (Source Charge):
{
"amount": 100.00,
"source": "pm-1" // Use payment method ID
}Manage fake bank accounts for testing ACH transactions
Loading accounts...