#deathanubis
1 messages ยท Page 1 of 1 (latest)
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
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
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
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
Sure your integration could handle all of this
You want MOTO for phone orders: https://support.stripe.com/questions/mail-order-telephone-order-(moto)-transactions-when-to-categorize-transactions-as-moto
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
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?
Hmm well it sounds like what you are asking for is Payment Links (https://stripe.com/docs/payment-links) which you would pass the UUID as the client_reference_id: https://stripe.com/docs/payment-links/customer-info#customize-checkout-with-url-parameters
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
Yep should be just fine unless D365 has some sort of limitation on their end
No stupid questions ๐ we are here to help
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
We don't support phone calls here โ we can only do chat. But I recommend reaching out to our Support team via https://support.stripe.com/contact/login and they can assist you with a call
will do. thank you very much
Sure thing