#ferb0000

1 messages · Page 1 of 1 (latest)

wary flickerBOT
crystal mulch
#

Hi there!

#

Can you share the PaymentIntent ID (pi_xxx)?

velvet atlas
#

pi_3No1B0AyaQeh2nqy2tzMy2lT

crystal mulch
#

Yes next step is to confirm the PaymentIntent on the frontend.

velvet atlas
#

how can i confirm this via the api with bank transfer being the payment source

velvet atlas
#

its a uk bank transfer in python

wary flickerBOT
wet kraken
#

Python is for creating the PaymentIntent, now in order to confirm it you need to have a frontend code using Stripe JS

wet kraken
velvet atlas
#

i cant use this ^

wet kraken
#

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

velvet atlas
#

but what should i set as the payment_method?

wet kraken
#

You've already set a PaymentMethod to that Paymentintent

#

pm_1No1B0AyaQeh2nqyF8CIoDX

velvet atlas
#

so just call the api with no payment method?

wet kraken
#

yes try it.

velvet atlas
#

that worked

#

thank you