{
"partnerServiceId": " 19008",
"customerNo": "00000000000000000001",
"virtualAccountNo": " 19008000000000000000000001",
"virtualAccountName": "Customer Name",
"virtualAccountEmail": "customer.email@mail.com",
"virtualAccountPhone": "0816291271826",
"trxId": "23219829713",
"totalAmount": {
"value": "11500.00",
"currency": "IDR"
},
"additionalInfo": {
"channel": "VIRTUAL_ACCOUNT_BCA",
"virtualAccountConfig": {
"status": "INACTIVE",
"minAmount": "10000.00",
"maxAmount": "5000000.00"
}
},
"virtualAccountTrxType": "C",
"expiredDate": "2023-01-01T10:55:00+07:00"
}
curl --location --request PUT '/virtual-accounts/bi-snap-va/v1.1/transfer-va/update-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": " 19008",
"customerNo": "00000000000000000001",
"virtualAccountNo": " 19008000000000000000000001",
"virtualAccountName": "Customer Name",
"virtualAccountEmail": "customer.email@mail.com",
"virtualAccountPhone": "0816291271826",
"trxId": "23219829713",
"totalAmount": {
"value": "11500.00",
"currency": "IDR"
},
"additionalInfo": {
"channel": "VIRTUAL_ACCOUNT_BCA",
"virtualAccountConfig": {
"status": "INACTIVE",
"minAmount": "10000.00",
"maxAmount": "5000000.00"
}
},
"virtualAccountTrxType": "C",
"expiredDate": "2023-01-01T10:55:00+07:00"
}'
{
"responseCode": "2002800",
"responseMessage": "Successful",
"virtualAccountData": {
"partnerServiceId": " 19008",
"customerNo": "00000000000000000001",
"virtualAccountNo": " 19008000000000000000000001",
"virtualAccountName": "Customer Name",
"virtualAccountEmail": "customer.email@mail.com",
"virtualAccountPhone": "081293912081",
"trxId": "23219829713",
"totalAmount": {
"value": "11500.00",
"currency": "IDR"
},
"virtualAccountTrxType": "C",
"expiredDate": "2023-01-01T10:55:00+07:00",
"additionalInfo": {
"channel": "VIRTUAL_ACCOUNT_BCA",
"virtualAccountConfig": {
"status": "INACTIVE",
"minAmount": "10000.00",
"maxAmount": "5000000.00"
}
}
}
}