echeck
{
"echeck_integrations": {
"title": "E-Check Integrations",
"description": "Set up electronic check processing for bank transfers and ACH payments",
"help_articles": [
"getting-started-with-integrations"
],
"sections": {
"overview": {
"title": "About E-Check Integrations",
"content": "Process electronic checks for lower transaction fees compared to card payments. Ideal for high-value transactions and recurring payments."
},
"providers": {
"title": "Supported E-Check Providers",
"items": {
"plaid": {
"title": "Plaid ACH",
"description": "Bank account verification and ACH processing",
"authentication": "API Key",
"setup_time": "15 minutes",
"features": ["Instant verification", "ACH transfers", "Recurring payments", "Risk assessment"]
},
"stripe_ach": {
"title": "Stripe ACH",
"description": "ACH payments through your existing Stripe account",
"authentication": "API Key",
"setup_time": "5 minutes",
"features": ["Unified billing", "Instant verification", "Same-day ACH", "Dispute resolution"]
},
"dwolla": {
"title": "Dwolla",
"description": "Dedicated ACH payment platform",
"authentication": "API Key",
"setup_time": "10 minutes",
"features": ["White-label options", "Mass payments", "ACH returns", "Compliance tools"]
}
}
},
"benefits": {
"title": "Why Use E-Checks?",
"advantages": {
"lower_fees": {
"title": "Lower Transaction Fees",
"description": "Typically 0.8% compared to 2.9% for cards"
},
"higher_limits": {
"title": "Higher Transaction Limits",
"description": "Process larger transactions without limits"
},
"recurring": {
"title": "Recurring Payments",
"description": "Perfect for subscription services"
},
"security": {
"title": "Enhanced Security",
"description": "Bank-level encryption and verification"
}
}
},
"verification": {
"title": "Bank Account Verification",
"methods": {
"instant": {
"title": "Instant Verification",
"description": "Verify using online banking credentials",
"time": "Seconds",
"providers": ["Plaid", "Stripe"]
},
"microdeposits": {
"title": "Micro-deposits",
"description": "Two small deposits to verify account",
"time": "1-3 business days",
"providers": ["All providers"]
}
}
},
"quick_actions": {
"title": "Quick Actions",
"actions": [
{
"action": "Test Verification",
"description": "Test bank account verification process"
},
{
"action": "Process Test Payment",
"description": "Send a $0.01 test ACH transfer"
},
{
"action": "View Limits",
"description": "Check transaction limits and timing"
}
]
}
}
}
}