#AsbestAfrikaan-payment-link

1 messages · Page 1 of 1 (latest)

wanton abyss
#

Hello 👋

weary monolith
#

Hey hey

#

Please let me know if you need any information, I'll do some more docs reading

wanton abyss
#

sure! Let me look into it as well

#

are you seeing any errors when you try paying via the link?

weary monolith
#
pm_1KLXFPE35D64TBr7PUiJPRhr

Process finished with exit code 0
#

This is the output

wanton abyss
#

which guide are you following?

weary monolith
#

This is the payment-side data

weary monolith
deep shale
#

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

weary monolith
#

Thanks a ton, it got it working

#

One question though

#

When I implement this in the actual server, what should I put in the cvc?

#

Nevermind, I thought the cvc meant something different in my language haha

#

Thanks a lot man, it's all solved