This service used by user/partner for check transaction log / the mutation accounts registered in the disbursement system. Use this relative URL for generate signature :
Response Body Sample Response
Copy {
"virtual_account" : "9920015307" ,
"start_date" : "2019-02-01" ,
"end_date" : "2019-02-12" ,
"data" : [
{
"transaction_date" : "11/02/2019 16:48:11" ,
"transaction_type" : "K" ,
"transaction_amount" : "10000000.00" ,
"transaction_name" : "topup" ,
"transaction_desc" : "Topup Saldo #8985929920015307 99992417885"
} ,
{
"transaction_date" : "12/02/2019 08:51:00" ,
"transaction_type" : "D" ,
"transaction_amount" : "25000.00" ,
"transaction_name" : "transfer" ,
"transaction_desc" : "Test 9920015361 O4wgHmwglqpFAv-hZiu-"
}
] ,
"status" : "2" ,
"message" : "Success" ,
"response_code" : "00" ,
"response_desc" : "success"
}