#naman178

1 messages · Page 1 of 1 (latest)

cold topazBOT
clever ridge
#

hello! how can I help?

crystal hedge
#

i need to show the loader to the return url after 3d secure packge

#

how can i do that

cold topazBOT
crystal hedge
#

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]),
]);

strong verge
#

Hi there, what do you mean by a 3d secure packge? are you talking about the 3DS page?

crystal hedge
#

this is my return url page

strong verge
#

Are you asking to how to show a loader in your own return URL page?

crystal hedge
#

yes after succss or fail response of the 3d secure page

strong verge
#

That's your own page, is there anything prevent you to add one?

crystal hedge
#

i have added thar code

#

but its not showing

#

can you please tell me what it blocking to show this loader

strong verge
#

I can only help with questions related to Stripe product and I can't help you to troubleshoot your webpage.

crystal hedge
#

what can i do to show the default stripe loader over there

strong verge
#

Stripe.js doesn't offer a loader for merchant to integrate.

crystal hedge
#

and 3d secure page ?

strong verge
#

Can you tell me what's the problem that you want to solve?

crystal hedge
#

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

strong verge
#

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.

crystal hedge
#

is there anything i can do now ?

strong verge
#

I don't think so.