Duitku makes the integration process as easy as possible. Allows the Duitku payment page to appear on your web page/application after checkout, with a straightforward integration process.
The user performs the checkout operation.
The merchant server makes an API request to the Duitku payment backend to get the DUITKU_REFERENCE.
Duitku payment backend response to the API call with the DUITKU_REFERENCE.
The merchant server constructs the HTML page and sends it back to the browser.
The user verifies the details and clicks the pay button. Merchant's javascript code calls checkout.process(DUITKU_REFERENCE, options).
Duitku payment backend processes the details and responds with the payment status. Duitku JS then calls the corresponding callback provided by the merchant's javascript code.
Duitku payment backend notifies the merchant server about the payment status.
Login and write down your comment.
Login my OpenCart Account