Please note: The domain name of the Sanbox environment for the Openapi service has been upgraded to https://sandbox.easylink.id
{
"virtual_account": "registration_address"
}curl --location 'https://sandbox.easylink.id/v2/virtual-account/inquiry-status' \
--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": "registration_address"
}'{
"code": 0,
"message": "",
"data": {
"merchant_id": "1001016",
"virtual_account_type": "2",
"virtual_account": " 9020000000000009",
"external_id": "merchant_17260410005013001",
"expired_date": "2036-07-17T00:00:00+07:00",
"customer_email": "imansetiawan@gmail.com",
"customer_phone": "87728493999",
"customer_name": "Chandra Sudewo"
}
}