Docs
You need a Stripe payment_method_id to create a payment intent, but Chargebee's payment source only shows a reference ID.
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.
Was this article helpful?