Integrating Stripe Payments
Sync Stripe payment events to automate invoice creation, update opportunity values, and log billing activities inside customer profiles.
API Credential Setup
Navigate to **Integrations > Stripe** and provide your Stripe Restricted API Key (RAK). The key only needs write permissions for Customers, Invoices, and Charges.
STRIPE_API_KEY="rk_live_51..."
Configuring Stripe Webhooks
To detect payment completions in real time, set up a webhook endpoint inside your Stripe dashboard pointing to:
https://app.arctactic.com/api/webhooks/stripe
Select the following event listener parameters:
- `invoice.paid`
- `invoice.payment_failed`
- `customer.subscription.deleted`
Mapping Customers to CRM Contacts
ArcTactic matches incoming Stripe billing profiles using the customer's email address. If a match is detected, the deal card moves to "Closed Won" and the payment history details are logged under contact activities.