#JohnPot
1 messages · Page 1 of 1 (latest)
no that's not possible
generally you would call https://stripe.com/docs/api/payment_methods/customer_list on your backend server and return any information you need to render your frontend UI such as the brand/last4 of the card etc to put into a table, back to the frontend. Then when an option is picked you can call https://stripe.com/docs/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-existing to charge it
understood, thanks for your response