Faspay
Search
⌃K

Mutasi

This service used by user / merchant for check transaction log / the mutation accounts registered in the disbursement system. Use this relative URL for generate signature :
  • Relative URL : /account/api/mutasi/< va_merchant >/< start_date >/< end_date >
And also need to create a signature and use the request header.
Response Body
Sample Response
Parameter
Type
M/O/C
Description
virtual_account
Numeric
Mandatory
VA merchant
start_date
Numeric
Mandatory
Start date of inquiry mutation
end_date
Numeric
Mandatory
End date of inquiry mutation
transaction_date
Numeric
Mandatory
Transaction date
transaction_type
Alphanumeric
Mandatory
Type of transaction (Debit / Credit)
transaction_amount
Numeric
Mandatory
Amount of transaction
transaction_name
Alphanumeric
Mandatory
Transaction reference
transaction_desc
Alphanumeric
Mandatory
Transaction description
status
Numeric
Mandatory
Status (2 = Success)
message
Alphanumeric
Mandatory
Message decription
response_code
Numeric
Mandatory
Response Code
response_desc
Alphanumeric
Mandatory
Response Description
{
"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"
}