Skip to content
Create account or Sign in
/
Ask AI
Create accountSign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer resources
APIs & SDKsHelp
Overview
Versioning
Changelog
Upgrade your API version
Upgrade your SDK version
Essentials
SDKs
API
Testing
Stripe CLI
Tools
Stripe Dashboard
Stripe Projects
Workbench
Developers Dashboard
Stripe for Visual Studio Code
Terraform
Stripe Discord server
Features
Workflows
Batch jobs
Event destinations
Stripe health alertsStripe SignalsFile uploads
AI tools
Agent pluginsModel Context ProtocolAgent skillsStripe Directory
Extend Stripe
Overview
Build Stripe apps
Use apps from Stripe
    Overview
    Stripe-built apps
    Adobe Commerce
    Aptos One
    Cegid
    Commercetools
    Guidewire
    Mirakl
    NetSuite
    Oracle Opera
    Oracle Simphony
    Oracle Xstore
    PrestaShop
    Salesforce
      Salesforce B2C Commerce
      Stripe app for Salesforce Platform
      Salesforce Billing Extension
        Installation
        Configuration
      Stripe Billing Flows Extension
    SAP
    Shopware 6
    Stripe Tax for BigCommerce
    Stripe Subscriptions for Shopify
    Stripe Tax for Shopify
    Stripe Tax for WooCommerce
    Stripe Workflows for Slack
    Partner apps
    Build your own app
Build extensions
Custom objects
Security and privacy
Security
Activity logsStripebot web crawler
Privacy
Partners
Partner ecosystem
Partner certification
United States
English (United States)
  1. Home/
  2. Developer resources/
  3. Use apps from Stripe/
  4. Salesforce

Salesforce Billing Extension

Learn about the Salesforce Billing Extension that you can install on top of the Stripe app for Salesforce Platform.

The Salesforce Billing extension is an unmanaged package that you install on top of the Stripe app for Salesforce Platform. It enables you to process payments through the Salesforce Payment Gateway, using Stripe as the payment service to complete transactions. Being an unmanaged package, this extension allows you to customize the underlying payment flows and Apex code for the Stripe payments integration logic specifically for Salesforce Billing.

Stripe exposes four transaction types directly from the Salesforce Billing UI:

  • Tokenization: Create a new payment method on an account and set it as the default.
  • Charge Transaction: Charge a specific amount to an account.
  • Refund Transaction: Refund a specific amount to an account.
  • Bidirectional Data Sync: See related transactions in both the Salesforce and Stripe dashboards.

In addition to the UI-based transaction types, Stripe also offers API-based transaction types, which developers can use to create methods that take advantage of the features on the Stripe payment service:

  • Void Token: Remove a payment method from an account.
  • Authorize Transaction: Allocate a specific amount to an account pending a charge.
  • Capture Transaction: Complete a charge on an authorized transaction.
  • Void Transaction: Void a charge on an authorized transaction.
  • Get Payment Status: Return the status of a specific charge.
  • Get Refund Status: Return the status of a specific refund.

The Salesforce Billing Extension supports the following payment methods:

  • Cards: Support for global and local card networks
  • ACH: ACH Direct Debit payments from customers with a US bank account

Next steps

  • Installation
  • Configuration
Was this page helpful?
YesNo
  • Need help? Contact Support.
  • Chat with Stripe developers on Discord.
  • Check out our changelog.
  • Questions? Contact Sales.
  • LLM? Read llms.txt.
  • Powered by Markdoc