#deathanubis

1 messages ยท Page 1 of 1 (latest)

tough badgeBOT
ornate ginkgo
#

Hey there

#

I'm not familiar with Dynamics 365 CE and we don't have any sort of direct integration with them on our end. That is something you may want to reach out to Dynamics 365 CE about or you would need to build this yourself.

#

Happy to answer any specific questions about the Stripe-side of things that you have

hoary vale
#

Thanks. Does stripe payment page accept like a payment reference no / invoice no?

#

I checked that I would integrate Stripe webhook with Azure functions

#

so i suppose if that is possible, I can consume the json payload, get my reference no and update whatever I need in D365 CE

ornate ginkgo
#

Yep there are various ways to do this

#

The simplest method is to just use metadata on the objects that you are handling in your integration

#

And you set your UUID in that metadata then consume it via Webhooks to update whatever you need in the third party

hoary vale
#

is that assuming that the third party website sets the UUID in metadata before redirecting to the Stripe payment page?

#

what are possibilities if the customer is on the phone making a booking and wants to pay using credit card

#

we have like customer support who is on the phone while creating a booking in D365 CE

#

when record is created, they can give customer a reference for payment

ornate ginkgo
#

Sure your integration could handle all of this

#

That is something that you actually need to reach out to our Support team to get enabled for your account

#

But yeah you can pass any UUID that you have to Stripe, or you can set the UUID in Stripe and then use that same UUID in your third party

#

The order for which the UUID is created doesn't fully matter as long as you match the data accordingly

hoary vale
#

i see. could you provide a link / an example where I can provide a link to customer so they can either make payment or check invoice then make payments? I can setup the metadata for that link?

ornate ginkgo
hoary vale
#

thank you. will check out

#

for stripe.js, can it be called directly with a HTML page hosted within D365 CRM?

#

and the MOTO setup in the HTML page?

#

sorry might be asking stupid questions here

ornate ginkgo
#

Yep should be just fine unless D365 has some sort of limitation on their end

#

No stupid questions ๐Ÿ™‚ we are here to help

hoary vale
#

will be great to have a team call or something go through some requirements we have here and see what are the options using Stripe

ornate ginkgo
hoary vale
#

will do. thank you very much

ornate ginkgo
#

Sure thing