# Extensión de Salesforce Billing 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](https://docs.stripe.com/use-stripe-apps/stripe-app-for-salesforce/overview.md). 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 muestra cuatro tipos de transacciones directamente desde la interfaz de usuario de Salesforce Billing: - **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. Además de los tipos de transacciones basados en la interfaz de usuario, Stripe también ofrece tipos de transacciones basados en API, que los desarrolladores pueden utilizar para crear métodos que aprovechen las funciones del servicio de pago de Stripe: - **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 ## Siguientes pasos - [Installation](https://docs.stripe.com/use-stripe-apps/salesforce-billing-extension/install.md) - [Configuration](https://docs.stripe.com/use-stripe-apps/salesforce-billing-extension/configuration.md)