Please note: The domain name of the Sanbox environment for the Openapi service has been upgraded to https://sandbox.easylink.id
{
"virtual_account": "2619371987198731",
"page_number": 1,
"page_size": 10
}curl --location 'https://sandbox.easylink.id/v2/virtual-account/inquiry-record' \
--header 'Authorization;' \
--header 'X-EasyLink-AppKey;' \
--header 'X-EasyLink-Nonce;' \
--header 'X-EasyLink-Timestamp;' \
--header 'X-EasyLink-Sign;' \
--header 'Content-Type: application/json' \
--data '{
"virtual_account": "2619371987198731",
"page_number": 1,
"page_size": 10
}'{
"code": 0,
"message": "",
"data": {
"list": [
{
"virtual_account": "888880100001109",
"amount": "9000.00000000",
"fee": "1000.000000000000000000",
"origin_amount": "10000.000000000000000000",
"customer_name": "xxx",
"payment_channel": "BSS",
"transaction_timestamp": "2026-07-16T13:15:49+07:00"
},
{
"virtual_account": "888880100001109",
"amount": "9000.00000000",
"fee": "1000.000000000000000000",
"origin_amount": "10000.000000000000000000",
"customer_name": "xxx",
"payment_channel": "BSS",
"transaction_timestamp": "2026-07-16T13:05:34+07:00"
},
{
"virtual_account": "888880100001109",
"amount": "9000.00000000",
"fee": "1000.000000000000000000",
"origin_amount": "10000.000000000000000000",
"customer_name": "xxx",
"payment_channel": "BSS",
"transaction_timestamp": "2026-07-16T11:50:26+07:00"
},
{
"virtual_account": "888880100001109",
"amount": "9000.00000000",
"fee": "1000.000000000000000000",
"origin_amount": "10000.000000000000000000",
"customer_name": "xxx",
"payment_channel": "BRI",
"transaction_timestamp": "2026-07-16T11:47:43+07:00"
}
],
"num": 4
}
}