#arielbo
1 messages · Page 1 of 1 (latest)
Hey there
Are you creating a PaymentItem object and passing it to total - https://stripe.com/docs/js/payment_request/create#stripe_payment_request-options-total ?
$paymentIntent = $stripe->paymentIntents->create([
'amount' => $json_obj->price,
'currency' => 'usd',
'automatic_payment_methods' => [
'enabled' => false,
],
'description' => $json_obj->description,
'metadata' =>
just this
you can see the error here https://www.derechoteca.com/event/2 please your help
The error you shared doesn't seem directly connected to that snippet. As bismarck suggest the error would make more sense related to a payment request.
On the link you shared, how can i reproduce the error?
yes, but something show and something is hidden
why ?
maybe you need to check your stripe.js
Can you explain to me the steps to follow to see what you're seeing?