Set up the Stripe Billing Connector for Salesforce CPQ
Configure and use the connector.
The Stripe Billing Connector for Salesforce CPQ syncs your products, prices, accounts, and orders from Salesforce to Stripe Billing. After you set up the connector and create data mappings, the service syncs this information from Salesforce and completes the collection and provisioning workflows in Stripe Billing.
Install the connector
The connector is a managed package that you install from the Salesforce AppExchange onto your Salesforce account.
During the installation process, choose Install for Admins Only. Follow the on-screen prompts and approve third-party access. In Salesforce, search for “Stripe Billing Connector” to continue the setup process.
In the Stripe Billing Connector, follow the on-screen steps to:
- Authorize access between your Salesforce environment and your Stripe account.
- Define how data maps between Salesforce and Stripe.
- Configure synchronization preferences.
Define how data maps between Salesforce and Stripe
Use the Define Data Mapping step to map the fields from the Salesforce objects to corresponding fields on the Stripe objects. For example, for a custom field that stores whether a price book entry is metered or licensed, specify that field to map to recurring.usage_type on the Stripe Price
object.
The connector automatically maps the following Salesforce objects to the corresponding Stripe objects:
Salesforce object | Stripe object |
---|---|
Product2 | Product |
Price book entry | Price |
Account | Customer |
Order | Subscription Schedule and Subscription |
Order product | Subscription Item |
You can also map information within Salesforce objects or to metadata fields within corresponding Stripe objects by defining field defaults and custom mappings.
Configure synchronization preferences
Use the Configure Sync Preferences step to specify:
- Sync record retention: The number of sync records retained in Salesforce.
- Start date: After you enable live syncing, the connector begins to sync data for activated orders to Stripe on or after this date. You can specify a date in the past.
- Sync filters: Adds filters to determine when to sync Salesforce orders, accounts, products, and pricebook entries. By default, the connector syncs orders when
Status = Activated
, but you can customize this behavior for your workflows.
After setup completes and you activate live syncing for your integration, newly activated orders automatically:
- Create or update a
Customer
object in Stripe for the account that corresponds to the order. Theid
on the Stripe customer is available as a custom field calledStripe ID
on the Salesforce account. - Create or update products and prices in Stripe for each product in the order.
- Create a subscription schedule in Stripe for the activated order.
- Create a
Sync Record
custom object in Salesforce to indicate the sync status and any errors that arise.
Sync limitations
- Refunds: Use the Stripe Dashboard link on the Salesforce object to issue refunds through Stripe.
- Payment and subscription status: Use the Stripe Dashboard link to see an order’s subscription status, payment information, and related invoices.
- Taxes: Tax information isn’t synced between Salesforce and Stripe. To collect taxes on an invoice, use Stripe Tax to automatically calculate and apply taxes to the subscription or Stripe invoice for an order.
Activate live syncing
In the final step of the post-installation flow, you can enable live syncing now, or enable it later. Live syncing allows your integration to pull activated Salesforce orders into Stripe in real time. You can enable or disable live syncing of orders any time on the Sync Preferences tab of the application.
You can manually sync individual orders to test your integration, even when live syncing is disabled.