payments
{
"payments_integrations": {
"title": "Payment Integrations",
"description": "Configure payment processors to securely accept online payments from clients",
"help_articles": [
"getting-started-with-integrations"
],
"sections": {
"overview": {
"title": "About Payment Integrations",
"content": "Accept secure online payments through trusted payment processors. Support multiple payment methods including cards, bank transfers, and digital wallets."
},
"providers": {
"title": "Supported Payment Processors",
"items": {
"stripe": {
"title": "Stripe",
"description": "Comprehensive payment platform supporting 135+ countries",
"authentication": "API Key",
"setup_time": "10 minutes",
"features": ["Credit/debit cards", "ACH transfers", "Apple Pay/Google Pay", "Subscription billing"]
},
"paypal": {
"title": "PayPal",
"description": "Global payment processor with 400+ million users",
"authentication": "API Key",
"setup_time": "15 minutes",
"features": ["PayPal balance", "Card payments", "Buyer protection", "International payments"]
},
"square": {
"title": "Square",
"description": "Simple payment processing with hardware options",
"authentication": "API Key",
"setup_time": "5 minutes",
"features": ["In-person payments", "Online checkout", "Gift cards", "Appointments integration"]
},
"authorize": {
"title": "Authorize.net",
"description": "Reliable payment gateway for established businesses",
"authentication": "API Key",
"setup_time": "10 minutes",
"features": ["Recurring billing", "Fraud detection", "Customer profiles", "Advanced reporting"]
}
}
},
"features": {
"title": "Payment Features",
"capabilities": {
"payment_methods": {
"title": "Accepted Payment Methods",
"methods": ["Credit cards", "Debit cards", "Bank transfers", "Digital wallets"]
},
"security": {
"title": "Security Features",
"features": ["PCI compliance", "Fraud detection", "SSL encryption", "3D Secure support"]
},
"convenience": {
"title": "Customer Convenience",
"features": ["Save payment methods", "Auto-pay options", "Payment plans", "Instant receipts"]
}
}
},
"configuration": {
"title": "Configuration Settings",
"settings": {
"fees": {
"title": "Fee Structure",
"description": "Understand transaction fees and setup costs"
},
"payouts": {
"title": "Payout Schedule",
"description": "When funds are deposited to your bank account"
},
"webhooks": {
"title": "Webhook Events",
"events": ["Payment succeeded", "Payment failed", "Refund processed", "Dispute created"]
}
}
},
"quick_actions": {
"title": "Quick Actions",
"actions": [
{
"action": "Test Payment",
"description": "Process a $1 test payment"
},
{
"action": "View Rates",
"description": "Check current transaction fees"
},
{
"action": "Dispute Center",
"description": "Manage chargebacks and disputes"
}
]
},
"compliance": {
"title": "Compliance Requirements",
"requirements": [
"PCI DSS compliance for card handling",
"Privacy policy disclosure",
"Terms of service agreement",
"Data retention policies",
"GDPR/CCPA compliance as applicable"
]
}
}
}
}