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, digital wallets, and P2P payment apps." }, "p2p_apps": { "title": "P2P Payment Apps", "description": "Accept personal payments via Venmo, CashApp, and PayPal", "setup_time": "2 minutes", "features": [ "No transaction fees", "Instant payment notifications", "QR code payment pages", "Pre-filled payment amounts", "Client-selectable payment method" ], "providers": { "venmo": { "title": "Venmo", "description": "P2P payments via Venmo app", "field": "Venmo username (without @)", "example": "your-username" }, "cashapp": { "title": "CashApp", "description": "P2P payments via CashApp app", "field": "CashApp cashtag (without $)", "example": "yourcashtag" }, "paypal_p2p": { "title": "PayPal (P2P)", "description": "Personal payments via PayPal.me", "field": "PayPal email or username", "example": "your@email.com" } }, "how_it_works": { "title": "How P2P Payments Work", "steps": [ "1. Configure your Venmo, CashApp, or PayPal credentials in Integrations → Payments", "2. When you create an order, share the payment link: notarial.ink/pay/[order-guid]", "3. Client scans the QR code or visits the link", "4. Client selects their preferred payment app", "5. Payment app opens with pre-filled amount and order reference", "6. Client completes payment in their app", "7. You confirm payment received on the payment page" ] } }, "providers": { "title": "Business 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 Business", "description": "Global payment processor (Partial support)", "authentication": "OAuth", "setup_time": "15 minutes", "features": ["PayPal balance", "Card payments", "Buyer protection", "International payments"] }, "dwolla": { "title": "Dwolla", "description": "ACH payments platform (Connect-only)", "authentication": "OAuth", "setup_time": "15 minutes", "features": ["ACH transfers", "Webhooks", "Sandbox for testing"] } } }, "features": { "title": "Payment Features", "capabilities": { "payment_methods": { "title": "Accepted Payment Methods", "methods": ["Credit cards", "Debit cards", "Bank transfers", "Digital wallets", "P2P apps (Venmo, CashApp, PayPal)"] }, "security": { "title": "Security Features", "features": ["Provider-hosted checkout", "Webhook verification", "TLS encryption", "3D Secure support (provider)"] }, "convenience": { "title": "Customer Convenience", "features": ["Save payment methods", "Auto-pay options", "Payment plans", "Instant receipts", "QR code payments"] } } }, "configuration": { "title": "Configuration Settings", "settings": { "fees": { "title": "Fee Structure", "description": "P2P apps: No platform fees. Business processors: See provider pricing." }, "payouts": { "title": "Payout Schedule", "description": "P2P: Instant to your account. Business: Per provider schedule." }, "webhooks": { "title": "Webhook Events", "events": ["Payment succeeded", "Payment failed", "Refund processed", "Dispute created"] } } }, "quick_actions": { "title": "Quick Actions", "actions": [ { "action": "Configure P2P Apps", "description": "Set up Venmo, CashApp, or PayPal for instant payments" }, { "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 (business processors)", "P2P payments: Follow app provider terms of service", "Privacy policy disclosure", "Terms of service agreement", "Data retention policies", "GDPR/CCPA compliance as applicable" ] } } } }