Hi guys, this is a quick question.
I’m making a market place app and I’m sending my users to Stripe Checkout via “Charge the current user” event. I’m able to retrieve PM id and PI id through backend/webhook, but I cannot find the way to retrieve card ID and so that later users will be able to switch their credit card.
I’m aware that Stripe.js 2’s “customer create” and creating “stripe token” will create the card id but what I’m asking is to get the id without going to that route and through the charge the current user/Stripe Checkout or maybe simply by Get data from external API?
If anyone know how to do this please let me know.