#Praveen

1 messages · Page 1 of 1 (latest)

finite cairnBOT
regal sluice
clear dome
#

i checked it

#

it says change RequestThreeDSecure to any

#

but i did not received any redirection url to move to bank page

regal sluice
#

what does that mean? what exact API call did you make, what did you recieve in response, what did you expect to see instead?

solid raft
#

I wouldn't recommend not using Stripe.js but to do so, you would receive a next_action when creating a Payment Intent server-side. You should read it.

regal sluice
#

yes. What's the question exactly?

#

I see you created a PaymentIntent and got that link. You visited it once, which would have started the 3D Secure process. When it's finished, the customer is redirected to the return_url you specificed. If you visit the link again for some reason, we'll redirect to your return_url imemdiately. What's the problem exactly?

clear dome
#

I need api for checking if the payment went throuh success fully

#

for checking payment status

regal sluice
#

you'd use webhooks for that

#

same as always

clear dome
#

we may not be able to use webhooks as per our flow

#

is there any other way

regal sluice
clear dome
#

I need to check payment status at Realtime immediately after redirection to our return url.

regal sluice
#

then you can add some code to retrieve the PaymentIntent object from the API and check the status from your backend at that point, I would say

clear dome
#

I can keep payment intent . Should i call confirm function again to get status

regal sluice
#

no