#DeputyCheese-3ds
1 messages · Page 1 of 1 (latest)
pi_3KWL7pClDK2O5WMj1XiwGQD5
But I guess the problem lies somewhere else. The api told me I cannot use handleCardAction anymore but have to use confirmCardPayment instead, but I am confirming the payments on the server side
IntegrationError: handleCardAction: The PaymentIntent supplied does not require manual server-side confirmation. Please use confirmCardPayment instead to complete the payment.
but I am confirming the payments on the server side
if you're doing that you should be passingconfirmation_method:'manual'; the guide would be https://stripe.com/docs/payments/accept-a-payment-synchronously
I tried that already, but I still get the same error
I created a PI with "manual" now: pi_3KWLHaClDK2O5WMj02QLqQOj
I still get IntegrationError: handleCardAction: The PaymentIntent supplied does not require manual server-side confirmation. Please use confirmCardPayment instead to complete the payment.
no you didn't
you did capture_method:manual
that is not the same thing as confirmation_method:'manual' (capture !== confirmation)