#shashankzade_76087

1 messages · Page 1 of 1 (latest)

languid zenithBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

candid fiber
#

👋 happy to help

unreal phoenix
#

Hi tarzan

candid fiber
#

there's no easy way for this to be honest

#

you either need to send the status from the front-end to your backend

#

but for fulfilling the order

#

the best way is to use webhooks

unreal phoenix
#

if webhooks is best way to handle this i think it would be better to implement it even if its more complex

languid zenithBOT
alpine saddle
#

hi! I'm taking over this thread.

#

can you clarify what exactly are you trying to achieve? write some code to fulfill your orders when the payment is succesful?

unreal phoenix
#

We accept credit card payments on our website & payments flow where 3ds is not mandatory works well now we want to implement 3ds flow on our website so we are writing code for the same. So in our booking function that is on server side we first make a confirm intent call and this intent was created with capture method as manual so this will put a hold on customers credit card. Now in get intent if we get next action as 3ds we send the url to client to redirect the user to 3ds url and i want to know on the server if 3ds was successfull or not so based on that i can confirm the booking or mark it as booking failed

alpine saddle
#

i want to know on the server if 3ds was successfull or not so based on that i can confirm the booking or mark it as booking failed
that's exactly what webhook events are for