{
"partnerServiceId": "98829172",
"customerNo": "00000000000000000001",
"virtualAccountNo": "9882917200000000000000000001",
"trxId": "23219829713",
"additionalInfo": {
"channel": "VIRTUAL_ACCOUNT_BNI"
}
}
curl --location --request POST '/virtual-accounts/bi-snap-va/v1/transfer-va/delete-va' \
--header 'X-TIMESTAMP;' \
--header 'X-SIGNATURE;' \
--header 'X-PARTNER-ID;' \
--header 'X-EXTERNAL-ID;' \
--header 'CHANNEL-ID;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"partnerServiceId": "98829172",
"customerNo": "00000000000000000001",
"virtualAccountNo": "9882917200000000000000000001",
"trxId": "23219829713",
"additionalInfo": {
"channel": "VIRTUAL_ACCOUNT_BNI"
}
}'
{
"responseCode": "2003100",
"responseMessage": "Successful",
"virtualAccountData": {
"partnerServiceId": "98829172",
"customerNo": "00000000000000000001",
"virtualAccountNo": "9882917200000000000000000001",
"trxId": "23219829713",
"additionalInfo": {
"channel": "VIRTUAL_ACCOUNT_BNI",
"virtualAccountConfig": {
"status": "DELETED"
}
}
}
}