#nikhil_05327
1 messages · Page 1 of 1 (latest)
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.
- nikhil_05327, 1 day ago, 30 messages
hi! not sure I follow, can you explain in more detail/examples?
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)
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?
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
is your business PCI certified to handle raw credit card details?
yes , we are certified handling the details thats why we are doing server to server integration
and the question is specifically how to handle 3D Secure redirects?
yeah sure
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 .