#amit-maharxan-PaymentIntent
1 messages · Page 1 of 1 (latest)
👋 happy to help
could you please share the request id that generated the clientSecret?
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_289PseNpCIJi0n
i'm waiting
sorry just looked at your request
that's not the one I was looking for unfortunately
are you creating the payment method on the front-end?
or are you using something like SetupIntent?
or PaymentIntent?
yes.. i am creating payment intent..
could you please send the request id of the Payment Intent creation?
or the Payment Intent ID?
req_4OtRZbseFb8EAT
i mean in this part
paymentRequest.on('paymentmethod', function(ev) {
// Confirm the PaymentIntent without handling potential next actions (yet).
stripe.confirmCardPayment(
clientSecret,
{payment_method: ev.paymentMethod.id},
{handleActions: false}
).then(function(confirmResult) {
// check result
});
});
the clientSecret is null/undefined..