Open
Description
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
$confirmed = $intent->confirm(
$intent->id,
[
'payment_method' => $this->payment_method->id,
'payment_method_options' => [
'blik' => [
'code' => $code,
],
]
]
);
OS
linux
PHP version
8.1
Library version
last
API version
last
Additional context
Thank you for your response!
Activity