Jenius Pay
DOKU has partenered with various Internet Banking and one of them is Jenius Pay. Learn more about how DOKU can help you integrate with Jenius Pay here.
Integration steps
Here is the overview of how to integrate with Jenius pay :
Generate request
Complete Payment in Jenius App
Acknowledge payment result
1. Generate request
To generate request, you will need to hit this API through your Backend:
API Request
Here is the sample of request header to generate order:
Request Header Explanation
Here is the sample request body to generate order:
Request Body Explanation
API Response
After hitting the above API request, DOKU will give the response.
Response Header Explanation
Here is the sample of response body:
Response Body Explanation
2. Complete Payment in Jenius App
After the customer completed the payment, they will be redirected to the defined redirect.url
that you set on the API request.
3. Acknowledge payment result
After the payment is being made by your customer, DOKU will send HTTP Notification to your defined Notification URL
. Learn how to handle the notification from DOKU:
Additional features
We provide various additional features to suited your needs. Learn more here.
Refund Order
If you wish to refund your order request, you can do that by hitting the API with POST
method:
API Request
Here is the sample of request header to Refund Order:
Request Header Explanation
Here is the sample of request body to Refund Order:
Request Body Explanation
API Response
After hitting the above API request, DOKU will give the response.
Response Header Explanation
Here is the sample of response body:
Response Body Explanation
Split Settlement
If you are a platform or a marketplace, you can use this feature to settle the funds to your sellers or partners programmatically, save many operational efforts.
Last updated