#naman178
1 messages · Page 1 of 1 (latest)
hello! how can I help?
i need to show the loader to the return url after 3d secure packge
how can i do that
i need to show the loader to the return url after 3d secure packge
how can i do that
$stripe_payment = $paymentIntent->confirm([
'payment_method' => $paymentMethod->id,
'return_url' => route('stripe-payment-3d',['product_id' => $product_id, 'amount' => $amount]),
]);
Hi there, what do you mean by a 3d secure packge? are you talking about the 3DS page?
this is my return url page
Are you asking to how to show a loader in your own return URL page?
yes after succss or fail response of the 3d secure page
That's your own page, is there anything prevent you to add one?
i have added thar code
but its not showing
can you please tell me what it blocking to show this loader
I can only help with questions related to Stripe product and I can't help you to troubleshoot your webpage.
what can i do to show the default stripe loader over there
Stripe.js doesn't offer a loader for merchant to integrate.
and 3d secure page ?
Can you tell me what's the problem that you want to solve?
i am making the payment with the card
with payment inetne api so it requires a 3d authentication bank page and once succss or fail it will return to oue web page right
but sometimes coz of the inernet issue
page is loading too much
so user may not know the page is loading dont refreh it
that's why i want to show the loader over there
so user don't refresh the page and complete the automate process
i need to solve this issue can you please check
The 3DS pages are provided by the card issuer and there's no option to add stylings (i.e., loader) on them.
Thanks for the feedback, I'd pass along to the relevant team.
is there anything i can do now ?
I don't think so.