Hi Experts,
I'm working on D365 F&O project. There is requirement for online payment via 2C2P Payment Gateway (https://developer.2c2p.com/docs/how-it-works). My questions are:
1. How can we (from AX page) redirect to 2C2P Payment Gateway, url is https://demo2.2c2p.com/2C2PFrontEnd/RedirectV3/payment, with POST method, including payment information such as Payment Amount, Payment Currency, Payment Description ...?
2. After 2C2P site processed Credit Card information, it navigates to result page, https://demo2.2c2p.com/2C2PFrontEnd/RedirectV3/Payment/CCResult, then redirects back to AX page. How can we handle payment result from 2C2P Payment Gateway in AX?
Thank you very much for any guides or suggestions!