Atozed Forums

Full Version: Payment system in IntraWeb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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/...hi/WebHook

Enjoy!  Big Grin