#ferb0000
1 messages · Page 1 of 1 (latest)
pi_3No1B0AyaQeh2nqy2tzMy2lT
Yes next step is to confirm the PaymentIntent on the frontend.
how can i confirm this via the api with bank transfer being the payment source
its a uk bank transfer in python
Python is for creating the PaymentIntent, now in order to confirm it you need to have a frontend code using Stripe JS
and use the link my colleague shared.
No because you've already se a payment method to the payment intent
Wait, try calling this API from your python code
and confirm the PaymentIntent
but what should i set as the payment_method?
so just call the api with no payment method?
yes try it.