Custom Settlement Report
Simplify your operational efforts by setting customized parameters suited to your specific use case. Custom settlement report allows you to send your own parameters that will be shown in the settlement report.
Case Study
"Toko Toserba" has many branches that span across multiple provinces in Indonesia. They recently launched an online store and wanted to ensure that they settle the funds from the online store to the right branches.
Therefore, they use Custom settlement report to know which transactions to settle to a branch. Their operation team can now see each transactions that will be settled for each branches from the settlement report.
Implementation
To create custom settlement report, please add this additional_info.report
object into your payment request:
Parameter | Type | Mandatory | Description |
---|---|---|---|
|
| Mandatory | The filter key that will be used to map the filter. This will be the column name in the settlement report file
Possible value: |
|
| Mandatory | The value of the filter that will attached to the transaction. This will be the value of the particular column in the settlement report file
Possible value: |
Sample usage
Let's assume you are using the Checkout integration. You can simply add these parameters into your API Initiate Payment:
Settlement report example
Here is the example of settlement report that already added with custom parameter you will received:
Download the sample here
FAQs
Can I name the key and value by myself?
Yes, you are freely name the key and value based on your operation case.
Can I use this feature with hold & release settlement or split settlement?
Of course, you can!
Last updated