#Naveen H Y
1 messages · Page 1 of 1 (latest)
This channel is for direct integration with Stripe and I do not know anything about power apps portal. If you have any question specific to Stripe, I'm happy to help here
Direct integration means?
Direct integration means making requests with Stripe API
Yes that's what I need to know
I'm trying to implement the checkout session code inside a plugin of dynamic 365 platform
Are you facing any issue when implementing the Checkout Session? If so, can you share the details?
So at the end of the code in the checkout session it gives us a url to redirect as a response but in plugin we don't have the option to send a response back. So how can we achieve this
I'm not familiar how your plugin works. You'd need to find a URL in your server/website for the Checkout Session to return to, so that the customer can be led back to your website
Ok so the plugin is written in .net framework
Code samples which are provided are based on .net core
The plugin should be hosted in your server. You should set a URL to set in order to return to your website
Checkout Session only recognises the success_url and cancel_url to return to, and they have to be provided by your application. I'm afraid we don't know how your application works since it's outside of Stripe. I'd recommend checking online how to set up a URL to return
There is not much help from the internet
I have tried everything
That's why I reached here?
I understand, but we don't know how your plugin works. You may check with the plugin support to understand how you can obtain a return URL
Where to find Plugin support?
Which plugin are you using?
Plugin means a custom code which write and deploy in dynamic 365
Thanks for the explanation as we usually refer plugin to third-party integration. Earlier you mentioned about Power Apps, you probably can reach out to Power Apps support to check how you can generate a URL for Checkout Session to return to
Is there any other ways where I can get the url from
I don't know how Power Apps works and creates URL in your application. It should be a URL within your application
Does any other developer know?
Unfortunately no