# Overview

Chargebee provides a way to integrate different payment gateways to the merchant's webpage using Payment method helpers. The integration enables the merchants to leverage Chargebee's payment capabilities fully.

Chargebee JS currently supports the following type of payments method helpers via different gateways:

  • Card payments
  • Bank payments
  • Wallet-based payments

Workflow

  1. Create a payment intent using Chargebee APIs.
  2. Use Chargebee.js payment method helpers to process payments.
  3. After successful payment authorization, you get an authorized payment intent.
  4. At your server, use this payment intent ID along with the below-mentioned APIs, for performing a different set of actions like below: