Stripe

    Process payments and track orders via Stripe.

    Connect Stripe to let your AI agents generate payment links, look up transactions, and track order status — all within the conversation.

    Getting Your API Keys

    To connect Stripe, you need your API keys:

    Warning: Start with **test mode keys** (`pk_test_`, `sk_test_`) to verify the integration works before switching to live keys. Test keys don't process real payments.

    • 1. Go to dashboard.stripe.com/apikeys
    • 2. Copy your Publishable key (starts with pk_live_ or pk_test_)
    • 3. Copy your Secret key (starts with sk_live_ or sk_test_)
    • 4. In Raqi, navigate to Integrations → Stripe → Connect
    • 5. Paste both keys and click Connect

    Screenshot Needed

    Stripe dashboard API keys page showing publishable and secret key locations

    ID: stripe-api-keys-dashboard • Suggested: 1200×700

    What AI Agents Can Do

    With Stripe connected, your AI agents can:

    • Generate one-time payment links for products
    • Check payment status by customer email
    • Look up recent transactions and refund status
    • Share order confirmation details

    Workflow Integration

    Use the Stripe step in workflows to automate payment-related actions:

    • Create a payment link when a customer confirms an order
    • Send a thank-you message when a payment succeeds (via webhook)
    • Tag contacts as "Paid" automatically after successful payment

    Was this article helpful?