You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm still trying to do the blik payment method in woocomerce. With js the payment is confirmed with the SAME BODY(without payment method) that I send to your api. Everything is done in test mode, the code is received correctly ('666666'), everything is done according to your documentation.
To Reproduce
Trying to confirm PaymentIntent
Expected behavior
That the payment will be confirmed. And stripe support doesn't answer anything about it.
Hello! That looks correct, so it's hard to tell what's going wrong from the details you provided. I'd start by logging the $code right before that block to ensure it's defined as expected. If it is, can you supply:
the exact API version & PHP SDK version you're using
if possible, a request id that shows a failed request (and exactly what the server is receiving).
Describe the bug
I'm still trying to do the blik payment method in woocomerce. With js the payment is confirmed with the SAME BODY(without payment method) that I send to your api. Everything is done in test mode, the code is received correctly ('666666'), everything is done according to your documentation.
To Reproduce
Trying to confirm PaymentIntent
Expected behavior
That the payment will be confirmed. And stripe support doesn't answer anything about it.
Code snippets
OS
linux
PHP version
8.1
Library version
last
API version
last
Additional context
Thank you for your response!
The text was updated successfully, but these errors were encountered: