#Mathias_Aviloo

1 messages · Page 1 of 1 (latest)

sturdy mapleBOT
pliant hound
#

Hi there!

#

Can you share the PaymentIntent ID (pi_xxx)?

fallow canopy
#

E.g.

#

pi_3LjjTRJ6OogxtT8V1s5BDqpi_secret_77TmCtxUgM2Xr9ruI1QXOCESZ

pliant hound
fallow canopy
#

$paymentIntent = \Stripe\PaymentIntent::create([
'amount' => \Input::get("amount") * 100,
'currency' => strtolower(\Input::get('currency')),
'automatic_payment_methods' => [
'enabled' => true,
]

]);
#

but this is de code I am using

pliant hound
#

Maybe you shared the wrong PaymentIntent ID?

#

Can you share a new PaymentIntent ID created by the code you just shared?

fallow canopy
#

Yeah just a moment please

#

Ok it's working now. I accessed the wrong file .. My bad. Thanks for helping