#sandy13
1 messages · Page 1 of 1 (latest)
Hi there!
You want to add a payment method to an exisitng customer in test mode?
If so you can use a SetupIntent https://stripe.com/docs/api/setup_intents/create?lang=node with one a our test cards https://stripe.com/docs/testing
For example payment_method: pm_card_visa
I want to do it from the dashboard itself not api