I have been referring to this video for Stripe integration. (20) Self Monetization Dynamics 365 Business Central Apps - YouTube
I got a hold of the codebase for the app they use but it contains errors already.
How would I fix these three errors?
I have been referring to this video for Stripe integration. (20) Self Monetization Dynamics 365 Business Central Apps - YouTube
I got a hold of the codebase for the app they use but it contains errors already.
How would I fix these three errors?
Sorry, i don't know of any projects like that.
But the stripe API looks very well documented. So maybe you should just drop the old code that you found and create a new one from scratch using the latest that AL has to offer.
I am trying to implement a trial/subscription feature for my own app extension that is published on App Source already. I am not sure if the extension you sent will help me implement that logic on my own extension.
Do you know of any other resources on integrating Stripe with an AL project?
This code is apparently written for an older version of BC than the one you are using.
And some functionality in the base application have changes since this code was produced. The simple answer to your question is that you need to work through error for error to correct them and find out the way you need to handle it in the current version.
Here are some hints:
docs.microsoft.com/.../transition-from-codeunit1
But why not look at any other finished solution for payment with stripe like f.ex. this one ?
Sohail Ahmed
2,655
Mansi Soni
1,574
YUN ZHU
1,453
Super User 2025 Season 1