#Naveen H Y

1 messages · Page 1 of 1 (latest)

cunning forumBOT
exotic sky
#

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

lone ore
#

Direct integration means?

exotic sky
#

Direct integration means making requests with Stripe API

lone ore
#

Yes that's what I need to know

#

I'm trying to implement the checkout session code inside a plugin of dynamic 365 platform

exotic sky
#

Are you facing any issue when implementing the Checkout Session? If so, can you share the details?

lone ore
#

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

exotic sky
#

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

lone ore
#

Ok so the plugin is written in .net framework

#

Code samples which are provided are based on .net core

exotic sky
#

The plugin should be hosted in your server. You should set a URL to set in order to return to your website

lone ore
#

The return part is what I need which I'm not that aware of

#

There?

exotic sky
#

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

lone ore
#

There is not much help from the internet

#

I have tried everything

#

That's why I reached here?

exotic sky
#

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

lone ore
#

Where to find Plugin support?

exotic sky
#

Which plugin are you using?

lone ore
#

Plugin means a custom code which write and deploy in dynamic 365

exotic sky
#

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

lone ore
#

Is there any other ways where I can get the url from

exotic sky
#

I don't know how Power Apps works and creates URL in your application. It should be a URL within your application

lone ore
#

Does any other developer know?

exotic sky
#

Unfortunately no