Salesforce Billing Extension configuration
Learn how to configure the Salesforce Billing Extension.
Bevor Sie loslegen
This section describes how to set up and configure your Salesforce organization to integrate the Salesforce Billing extension with Stripe Payments and Salesforce Payment Center. The configuration requires you to complete the following primary steps.
Assign permission sets
- Navigate to Setup > Users > Permission Sets (or use Quick Find: Permission Sets).
- Locate and assign the relevant Stripe permission sets (for example,
Stripe for Salesforce Permission Set
) to the appropriate users. - Add the following permission sets:
Salesforce Billing Admin
Stripe Connector Admin User
Stripe Connector Billing User
Stripe Connector Data User
Stripe Connector Integration User
Update global value sets
Configure Stripe to the GatewayType value set
- Navigate to Setup > Object & Fields > Picklist Value Sets.
- Select the Gateway Type (Managed) value set.
- Click Edit (or New) to add the new value,
Stripe (Universal Extension)
. - Save the picklist value.
Add Individual and Company to the BankAccountType value set
Perform the following steps while still in the picklist Value Sets view:
- In the picklist Value Sets, select
Bank Account Type (Managed)
. - Add the following new values:
- Value is
Individual
, API Name isIndividual
- Value is
Company
, API Name isCompany
- Value is
- Save the picklist value.
Add New Payment Method ACH Button to Account Layout
- Navigate to Setup > Object Manager > Account > Page Layouts.
- Select the layout you want to modify.
- In the Related Lists section, locate Payment Methods.
- Click the wrench (or the “Related List Properties”) icon.
- Add the New Payment Method ACH button to the selected buttons.
- Click Save to save the layout.
Add “Verify Payment Method ACH” Action and Button on Payment Method Layout
- Navigate to Object Manager > Payment Method > Page Layouts.
- Select the layout you want to modify.
- In the Salesforce Mobile and Lightning Experience Actions, drag and drop Verify Payment Method ACH onto the layout (for Lightning).
- In the Custom Buttons (for Classic), make sure to add Verify Payment Method ACH.
- Click Save to save the layout.
Notiz
The following steps assign page layouts for the System Administrator and Standard user profiles. If your organization uses different profiles to represent admin users and standard users, assign the page layouts to those profiles instead.
Opportunity page layout
- Navigate to Setup > Object Manager, and click the Opportunity object.
- Click the Page Layouts tab, and click Page Layout Assignment.
- Click Edit assignment, set the
Standard User
andSystem Administrator
profiles to view theCPQ Opportunity Layout
, and click Save.
Account page layout
- Navigate to Setup > Object Manager, and click the Account object.
- Click the Page Layouts tab, and click Page Layout Assignment.
- Click Edit assignment, set the
Standard User
andSystem Administrator
profiles to view theBilling Account Layout
, and click Save.
Order page layout
- Navigate to Setup > Object Manager, and click the Order object.
- Click the Page Layouts tab, and click Page Layout Assignment.
- Click Edit assignment, set the
Standard User
andSystem Administrator
profiles to view theBilling Order Layout
, and click Save.
Order Product page layout
- Navigate to Setup > Object Manager, and click the Order Product object.
- Click the Page Layouts tab, and click Page Layout Assignment.
- Click Edit assignment, set the
Standard User
andSystem Administrator
profiles to view theBilling Order Product Layout
, and click Save.
Product page layout
- Navigate to Setup > Object Manager, and click the Product object.
- Click the Page Layouts tab, and click Page Layout Assignment.
- Click Edit assignment, set the
Standard User
andSystem Administrator
profiles to view theBilling Product Layout
, and click Save.
Add a refund action to Payment Method objects
The Refund UI flow is packaged with Salesforce Billing, but it’s not available in the default configuration. Use the following steps to add the Refund
action to the Payment Page Layout
.
- Navigate to Setup > Object Manager, and click the Payment object.
- Click the Page Layouts tab, and click Payment Layout.
- In the pallete, click Mobile & Lightning Actions, drag the Refund action to the page layout (under the Salesforce Mobile and Lightning Experience Actions section), and click Save.
Link the Stripe Account to Payment Gateway
- Navigate to the configuration of Stripe app for Salesforce Platform.
- In the Setup section, navigate to Billing Settings.
- Locate the pre-authenticated Stripe Accounts and enable the toggle under the Payment Gateways section.
ACH Considerations
Using Stripe as a payment gateway for ACH means that you can’t create new ACH payment methods in the Payment Center UI for Accounts. The Payment Center flow charges the payment method immediately, but Stripe requires an added verification step when using a bank account for ACH payments. Because of this incompatibility, adding an ACH payment method from this screen always fails.

Creating ACH payment methods in the Payment Center UI always fails.
Use the New Payment Method ACH flow directly from the Payment Method Related List on the Account
object within Salesforce instead.