#AsbestAfrikaan-payment-link
1 messages · Page 1 of 1 (latest)
Hey hey
Please let me know if you need any information, I'll do some more docs reading
sure! Let me look into it as well
are you seeing any errors when you try paying via the link?
which guide are you following?
This is the payment-side data
I'm currently mostly using the paymentintent-creation from the docs
Hello, hanzo had to step away and I missed this thread for a bit. Do you still need help here?
It looks like that payment intent was made but it needs to be confirmed.
You can confirm it in your creation request by passing confirm=True to the method stripe.PaymentIntent.create( amount=100, currency="eur", payment_method=paymentMethod['id'], payment_method_types=["card"], confirm=True )
Or you can do a separate confirm call on your server side or client side