#jatinpatel0708

1 messages ยท Page 1 of 1 (latest)

tall yokeBOT
indigo basin
#

a stripe.confirmOxxoPayment(
paymentIntentClientSecret,
{
payment_method: {
billing_details: {
name: accountHolderNameField+' '+accountHolderLastName,
email: emailField.value,
},
},
});

here is my code and when I click on the button it creates payment intent and Open the OXXO popup screen but I am confused as to how we know the payment is success

warm lily
#

๐Ÿ‘‹ happy to help

#

I will be with you shortly

indigo basin
#

when I am using "jenny.rosen+succeed_immediately@example.com" email ID and succeed in the payment, the popup is not closed and the status is not changed please let me now which step in I need to recirect to user on the thank you page

indigo basin
warm lily
#

taking a look

indigo basin
#

okay

warm lily
#

this is only happening in test mode right?

indigo basin
#

yes

warm lily
#

unfortunately this is the actual behavior

indigo basin
#

I am using it in test mode once done in the test mode i will deploy it on the live

#

okay then which case in i want to redirect to user on the thank you page

#

i am getting this

warm lily
#

in that case I think the only option is to set handleActions to false

indigo basin
#

i will check and back to you if i have any issue