#nikhil_05327

1 messages · Page 1 of 1 (latest)

past heathBOT
#

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.

errant moth
#

hi! not sure I follow, can you explain in more detail/examples?

rich nimbus
#

ok , as to complete a payment flow we have to create a payment intent , as according to document we will have to use the client secret from front end in java script , as what i want is not to do operations on front end , i want to provide redirection for the payment (like. for cards user will get redirected to the OTP page ,, etc for respective payment modes)

errant moth
#

I don't understand. What page would you redirect them to exactly? Who would be writing the code of that page? Where would the customer enter their card details?

rich nimbus
#

in server to server pg integration , we takes card details while creating the customer , as to accept the payment we will have to create the payment intent and then we are suppose to confirm payment from front end , my question is can confirm payment from backend , and can i get a link for redirection on confirm payment

errant moth
#

is your business PCI certified to handle raw credit card details?

rich nimbus
#

yes , we are certified handling the details thats why we are doing server to server integration

errant moth
#

and the question is specifically how to handle 3D Secure redirects?

rich nimbus
#

yeah sure

errant moth
#

well then the idea is you pass return_url when you call the backend Confirm PaymentIntent API and if 3D Secure is required, there is a link returned in the response. You redirect the customer to that link for them to complete 3D Secure with their bank, and when done, they come back to the URL you passed as return_url . See https://stripe.com/docs/payments/3d-secure?platform=web#manual-redirect .