Laporan
Environment | Method | URL |
---|---|---|
Development | POST | https://devo.finnet.co.id/pg/payment/card/disbursement/report |
Production | POST | https://live.finnet.co.id/pg/payment/card/disbursement/report |
Body Request
No | Name | Type | Mandatory | Min Length | Max Length | Description |
---|---|---|---|---|---|---|
1 | order | Object | M | 1 | 12 | Detail of Order |
2 | disbursement | Object | O | 1 | 11 | Detail of Disbursement |
Sample Request
{
"order": {
"id": "{{orderId}}"
},
"startDate": "2023-06-01",
"endDate": "2023-09-01"
}
Body Response
No | Name | Type | Mandatory | Min Length | Max Length | Description |
---|---|---|---|---|---|---|
1 | responseCode | Enum | M | 1 | 7 | Response Code |
2 | responseMessage | String | M | 1 | 500 | Response Message |
3 | refCode | String | O | 36 | 36 | Reference Code |
4 | destAccName | String | O | 3 | 100 | Destination Account Name |
5 | feeAmount | Number | O | Amount Fee | ||
6 | processingTime | Number | M | Processing Time |