# Payment Providers

- [Payment Providers](/payment-providers/payment-providers.md)
- [Stripe](/payment-providers/payment-providers/stripe.md)
- [Installation](/payment-providers/payment-providers/stripe/installation.md): Installing Stripe Payment Provider
- [Configuration](/payment-providers/payment-providers/stripe/configuration.md): Configuring Stripe Payment Provider
- [Payment Flow / Lifecycle](/payment-providers/payment-providers/stripe/payment-flow-lifecycle.md): Learn how the payment flow / lifecycle works with Stripe
- [Stripe Email Notifications](/payment-providers/payment-providers/stripe/stripe-email-notifications.md): You can set up email notifications in your Stripe account for various events, such as successful payments, disputes and elevated risk payments.
- [Payment Methods](/payment-providers/payment-providers/stripe/payment-methods.md): Multiple payment methods within your Stripe account
- [Receipts](/payment-providers/payment-providers/stripe/receipts.md): Send payment or refund receipts automatically.
- [Shipping Rates](/payment-providers/payment-providers/stripe/shipping-rates.md)
- [Services](/payment-providers/payment-providers/stripe/services.md)
- [Stripe Shipping Rate ApiService](/payment-providers/payment-providers/stripe/services/stripe-shipping-rate-apiservice.md): A service which handles getting the Stripe Shipping Rates from the Stripe API
- [Stripe Shipping Rate Database Service](/payment-providers/payment-providers/stripe/services/stripe-shipping-rate-database-service.md): A service which handles getting the Stripe Shipping Rates from the database
- [Stripe Session Service](/payment-providers/payment-providers/stripe/services/stripe-session-service.md): A service which handles all things around the Stripe Session
- [Stripe Basket Controller](/payment-providers/payment-providers/stripe/services/stripe-basket-controller.md)
- [Stripe Webhook Api](/payment-providers/payment-providers/stripe/services/stripe-webhook-api.md)
- [How to test the Stripe Webhook on localhost](/payment-providers/payment-providers/stripe/services/stripe-webhook-api/how-to-test-the-stripe-webhook-on-localhost.md)
- [Notification Handlers](/payment-providers/payment-providers/stripe/notification-handlers.md)
- [StripeResponseNotificationHandler](/payment-providers/payment-providers/stripe/notification-handlers/striperesponsenotificationhandler.md): Notification which is triggered on a successful return from Stripe Checkout
- [Notifications](/payment-providers/payment-providers/stripe/notifications.md)
- [OnCheckoutSessionCompletedNotification](/payment-providers/payment-providers/stripe/notifications/oncheckoutsessioncompletednotification.md): Notification which is triggered on the Stripe CheckoutSessionCompleted Webhook response
- [OnCheckoutSessionExpiredNotification](/payment-providers/payment-providers/stripe/notifications/oncheckoutsessionexpirednotification.md): Notification which is triggered on the Stripe CheckoutSessionExpired Webhook response
- [OnPaymentFailedNotification](/payment-providers/payment-providers/stripe/notifications/onpaymentfailednotification.md): Notification which is triggered on the Stripe CheckoutSessionAsyncPaymentFailed Webhook response
- [OnChargeFailedNotification](/payment-providers/payment-providers/stripe/notifications/onchargefailednotification.md): Notification which is triggered on the Stripe OnChargeFailedNotification Webhook response
- [OnPaymentIntentSucceededNotification](/payment-providers/payment-providers/stripe/notifications/onpaymentintentsucceedednotification.md): Notification which is triggered on the Stripe OnPaymentIntentSucceededNotification Webhook response
- [OnPaymentIntentPaymentFailedNotification](/payment-providers/payment-providers/stripe/notifications/onpaymentintentpaymentfailednotification.md): Notification which is triggered on the Stripe OnPaymentIntentPaymentFailedNotification Webhook response
- [OnPaymentIntentCreatedNotification](/payment-providers/payment-providers/stripe/notifications/onpaymentintentcreatednotification.md): Notification which is triggered on the Stripe OnPaymentIntentCreatedNotification Webhook response
- [OnPaymentIntentCancelledNotification](/payment-providers/payment-providers/stripe/notifications/onpaymentintentcancellednotification.md): Notification which is triggered on the Stripe OnPaymentIntentCancelledNotification Webhook response
- [OnChargeSucceededNotification](/payment-providers/payment-providers/stripe/notifications/onchargesucceedednotification.md): Notification which is triggered on the Stripe OnChargeSucceededNotification Webhook response
- [OnShippingRateSavedNotification](/payment-providers/payment-providers/stripe/notifications/onshippingratesavednotification.md): Notification which is triggered a Stripe Shipping Rate is saved
- [OnShippingRateDeletedNotification](/payment-providers/payment-providers/stripe/notifications/onshippingratedeletednotification.md): Notification which is triggered a Stripe Shipping Rate is deleted
- [OnPaymentSuccessNotification](/payment-providers/payment-providers/stripe/notifications/onpaymentsuccessnotification.md): Notification which is triggered on the Stripe CheckoutSessionAsyncPaymentSucceeded Webhook response
- [Webhooks](/payment-providers/payment-providers/stripe/webhooks.md)
- [OnChargeFailedWebhook](/payment-providers/payment-providers/stripe/webhooks/onchargefailedwebhook.md)
- [OnChargeSucceededWebhook](/payment-providers/payment-providers/stripe/webhooks/onchargesucceededwebhook.md)
- [OnCheckoutSessionCompletedWebhook](/payment-providers/payment-providers/stripe/webhooks/oncheckoutsessioncompletedwebhook.md)
- [OnCheckoutSessionExpiredWebhook](/payment-providers/payment-providers/stripe/webhooks/oncheckoutsessionexpiredwebhook.md)
- [OnPaymentFailedWebhook](/payment-providers/payment-providers/stripe/webhooks/onpaymentfailedwebhook.md)
- [OnPaymentIntentCancelledWebhook](/payment-providers/payment-providers/stripe/webhooks/onpaymentintentcancelledwebhook.md)
- [OnPaymentIntentCreatedWebhook](/payment-providers/payment-providers/stripe/webhooks/onpaymentintentcreatedwebhook.md)
- [OnPaymentIntentPaymentFailedWebhook](/payment-providers/payment-providers/stripe/webhooks/onpaymentintentpaymentfailedwebhook.md)
- [OnPaymentIntentSucceededWebhook](/payment-providers/payment-providers/stripe/webhooks/onpaymentintentsucceededwebhook.md)
- [OnPaymentSuccessWebhook](/payment-providers/payment-providers/stripe/webhooks/onpaymentsuccesswebhook.md)
- [OnShippingRateDeletedWebhook](/payment-providers/payment-providers/stripe/webhooks/onshippingratedeletedwebhook.md)
- [OnShippingRateSavedWebhook](/payment-providers/payment-providers/stripe/webhooks/onshippingratesavedwebhook.md)
- [Object Reference](/payment-providers/payment-providers/stripe/object-reference.md)
- [TaxRate](/payment-providers/payment-providers/stripe/object-reference/taxrate.md)
- [Property](/payment-providers/payment-providers/stripe/object-reference/property.md): The editable properties as shown in the backoffice
- [Validation](/payment-providers/payment-providers/stripe/object-reference/validation.md): The validation settings for a property used in the backoffice
- [Config](/payment-providers/payment-providers/stripe/object-reference/config.md): The configuration settings for a property used in the backoffice
- [TaxRateResponse](/payment-providers/payment-providers/stripe/object-reference/taxrateresponse.md)
- [ShippingRateResponse](/payment-providers/payment-providers/stripe/object-reference/shippingrateresponse.md)
- [ShippingRate](/payment-providers/payment-providers/stripe/object-reference/shippingrate.md)
- [uSync](/payment-providers/payment-providers/stripe/usync.md): Documentation for the uSync Stripe Addon package
- [Installation](/payment-providers/payment-providers/stripe/usync/installation.md): Installing uSync Stripe
- [Addons](/payment-providers/payment-providers/stripe/addons.md)
- [Tax Rates](/payment-providers/payment-providers/stripe/addons/tax-rates.md)
- [Services](/payment-providers/payment-providers/stripe/addons/services.md)
- [Stripe Tax Rate ApiService](/payment-providers/payment-providers/stripe/addons/services/stripe-tax-rate-apiservice.md): A service which handles getting the Stripe Shipping Rates from the Stripe API
- [Stripe Tax Rate Database Service](/payment-providers/payment-providers/stripe/addons/services/stripe-tax-rate-database-service.md): A service which handles getting the Stripe Tax Rates from the database
- [Notifications](/payment-providers/payment-providers/stripe/addons/notifications.md)
- [OnStripeTaxRateSavedNotification](/payment-providers/payment-providers/stripe/addons/notifications/onstripetaxratesavednotification.md): Notification which is triggered a Stripe Tax Rate is saved
- [OnStripeTaxRateDeletedNotification](/payment-providers/payment-providers/stripe/addons/notifications/onstripetaxratedeletednotification.md): Notification which is triggered a Stripe Tax Rate is deleted
- [Webhooks](/payment-providers/payment-providers/stripe/addons/webhooks.md)
- [OnStripeTaxRateDeletedWebhook](/payment-providers/payment-providers/stripe/addons/webhooks/onstripetaxratedeletedwebhook.md)
- [OnStripeTaxRateSavedWebhook](/payment-providers/payment-providers/stripe/addons/webhooks/onstripetaxratesavedwebhook.md)
- [Property Editors](/payment-providers/payment-providers/stripe/addons/property-editors.md)
- [Tax Rates Property Editor](/payment-providers/payment-providers/stripe/addons/property-editors/tax-rates-property-editor.md)
- [uSync](/payment-providers/payment-providers/stripe/addons/usync.md): Documentation for the uSync Stripe Addon package
- [Installation](/payment-providers/payment-providers/stripe/addons/usync/installation.md): Installing uSync Stripe
- [View Components](/payment-providers/payment-providers/stripe/view-components.md)
- [Basket View Component](/payment-providers/payment-providers/stripe/view-components/basket-view-component.md)
- [Add to Basket Button View Component](/payment-providers/payment-providers/stripe/view-components/add-to-basket-button-view-component.md)
- [Umbraco Forms Workflow](/payment-providers/payment-providers/stripe/umbraco-forms-workflow.md): Redirect to Stripe Checkout on Form Submission
- [PayPal](/payment-providers/payment-providers/paypal.md)
- [Klarna](/payment-providers/payment-providers/klarna.md)
- [Apple Pay](/payment-providers/payment-providers/apple-pay.md)
- [Google Pay](/payment-providers/payment-providers/google-pay.md)
- [Bacs Direct Debit / SEPA Direct Debit](/payment-providers/payment-providers/bacs-direct-debit-sepa-direct-debit.md)
