Stripe
Connect Stripe to let your AI agent create payment links and process payments during phone calls.
What It Does
With the Stripe integration, your AI agent can:
- Create payment links — Send a payment link to the caller via SMS during the call
- Process refunds — Handle refund requests when enabled
- Send receipts — Automatically email payment receipts to customers
- Track payments — Receive webhook updates on payment status
Connecting Stripe
- Go to Dashboard > Integrations
- Find Stripe and click Connect
- Enter your Stripe API key (starts with
sk_live_) - Configure your settings
- Click Save
You’ll need your Stripe secret API key from dashboard.stripe.com/apikeys . Use a live key for production.
Settings
After connecting, configure these options:
| Setting | Description | Default |
|---|---|---|
| Default Currency | Currency for payment links (USD, EUR, GBP, CAD, AUD) | USD |
| Enable Payment Links | Allow your AI agent to create payment links during calls | On |
| Enable Refunds | Allow your AI agent to process refund requests | Off |
| Send Payment Receipts | Automatically email receipts after payment | On |
| Enable Webhooks | Receive real-time payment status updates | On |
How It Works During a Call
When a caller wants to make a payment:
- The caller mentions they want to pay (e.g., “I’d like to pay my invoice”)
- Your AI agent creates a Stripe payment link for the correct amount
- The agent sends the link to the caller via SMS
- The caller clicks the link and completes payment on Stripe’s secure checkout
- You receive a confirmation via webhook
Tips
- Start with Payment Links enabled, Refunds disabled — Enable refunds only after testing
- Set your default currency to match your business location
- Keep webhooks enabled so your dashboard shows payment status in real time
Last updated on