What Integration Options are Available with the Payment Intents API?
There are three typical integration options for Local Payment Methods (LPMs) using the Payments Intents API, and the integration that you chose depends on your needs:
- Redirect to Stripe Checkout for your payment flow.
- Use the Stripe Payment Element on your own payment page.
- Build your own form and use the Stripe JS SDK to complete the payment.
If you use Stripe Checkout or the Payment Element, you can add and manage most payment methods from the Stripe Dashboard without making code changes.
For specific information about integrating an LPM using the Payment Methods API, see the instructions for that payment method in the payment methods documentation. You can find a table with a high-level comparison of the different payment types, and read more about your integration options in our Docs.
Did this answer your question?
Related articles