![]() |
|
Payment system in IntraWeb - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Payment system in IntraWeb (/thread-4974.html) |
Payment system in IntraWeb - Alexandre Machado - 02-07-2025 New demo shows how to implement a payment system in IntraWeb. The demo includes a payment server built with Delphi/Indy so you can simulate it without using any external system. That's a great demo showing several advanced topics in IntraWeb development, including but not limited to: - Content handlers - IWMonitor - IntraWeb built-in Http client usage (either Indy or WinHttp) - Json manipulation using the supperb library IWJsonDataObjects (our version of Andreas Hausladen's JsonDataObjects) - Templates Notice that we created a complete application able to interact with a payment server with absolutely zero external dependencies. Only IntraWeb itself is required. https://github.com/Atozed/IntraWeb/tree/master/15/Delphi/WebHook Enjoy!
|