Docs

Log into read the version of docs relevant to your site.

How to retrieve the Stripe payment method id for stripe payment intent API?

Problem Statement

You need a Stripe payment_method_id to create a payment intent, but Chargebee's payment source only shows a reference ID.

Solution

Use the Retrieve a customer or Retrieve a subscription API. The response includes the Stripe customer_id and payment_method under the customer object, which maps to Chargebee's payment source.

This is useful when you need the Stripe payment intent API to complete 3DS authentication.

Additional Information

Stripe Payment Intents

Was this article helpful?