#jerome_api
1 messages ¡ Page 1 of 1 (latest)
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.
- jerome_api, 4 days ago, 8 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1227581297782952050
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! well to be clear, you do need a frontend and that frontend would do 3D Secure. https://stripe.com/docs/payments/accept-a-payment is the basic guide for building an integration. It's full-stack, you can't do everything on the backend.
In my case, I'm building my own frontend site which will be integrated to my backend api's. And thorugh that backend api's I'm integrating Stripe for payment. So, how to test payments for my scenario?
you'd test it by going through the flow end-to-end in your browser
Okay then would I be routed to the stripe website once I make this payment stuff. And if so how will the callback work?
which callback do you mean?
Callback means - routing back to my frontend site after the 3D scenario is over. How it is done?
mostly it's done for you but there's also a return_url you use . It will make sense as you read and implement https://stripe.com/docs/payments/accept-a-payment .
Sure. Will check this and will reach back if needed assistance. Thanks