Integrating Paddle Billing
Use Paddle Checkout as the Merchant of Record for subscriptions, invoices, taxes, and buyer receipts.
API Credential Setup
Create a live client-side token in Paddle, then use recurring price IDs in checkout. Keep server API keys out of frontend code.
PADDLE_CLIENT_TOKEN="live_..."
Configuring Paddle Webhooks
To provision accounts after checkout, set up a webhook endpoint inside your Paddle dashboard pointing to:
https://app.arctactic.com/api/webhooks/paddle
Select the following event listener parameters:
- `transaction.completed`
- `subscription.activated`
- `subscription.canceled`
Mapping Customers to CRM Contacts
ArcTactic matches incoming Paddle customer profiles using the customer's email address. If a match is detected, the workspace is activated and payment history is logged under contact activities.