#rlm

1 messages ยท Page 1 of 1 (latest)

delicate dragonBOT
wet cloak
#

Hello ๐Ÿ‘‹
Give me a moment to take a look
(server is running a bit busy today)

#

Do you have an example SetupIntent ID or request ID I can take a look at?

wet rampart
#

this is my setupintent where i got the first error.
$stripe->setupIntents->create([ 'payment_method_options' => ['card' => ['moto' => true]], 'confirm' => true, ]);

#

and this is the other one
$response = $stripe->paymentIntents->create([ 'amount' => 3000, 'currency' => 'gbp', 'customer' => 'cus_xxxx', 'payment_method' => 'pm_xxxx', 'payment_method_options' => ['card' => ['moto' => true]], 'confirm' => true, ]);

wet cloak
wet rampart
#

will check on this. thanks @wet cloak

wet cloak
#

NP! Good luck ๐Ÿ™‚