eventType=VIRTUAL_ACCOUNT_UPDATED).| Status | Meaning |
|---|---|
EXPIRED | The current VA has expired. |
REJECTED | The VA payment was rejected and funds were returned to the original payer. |
USED still means a one-time dynamic account has been consumed. Static accounts remain on SUCCESS after provisioning.{
"eventId": "36190155-28a2-42f9-a55a-1359654b7384",
"eventType": "VIRTUAL_ACCOUNT_UPDATED",
"referenceId": "538",
"status": "SUCCESS",
"timestamp": 1764235978954,
"data": {
"virtualAccountId": "538",
"externalAccountId":"externalAccountId123",
"accountName": "etest",
"currency": "BRL",
"status": "SUCCESS",
"qrCode": "",
"qrCodeImage": "",
"subAccountType": "STATIC",
"expireTime": 253402300799000
}
}curl --location 'https://your-api-server.com' \
--header 'API-KEY: <api-key>' \
--header 'API-SIGNATURE: <api-key>' \
--header 'API-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"eventId": "36190155-28a2-42f9-a55a-1359654b7384",
"eventType": "VIRTUAL_ACCOUNT_UPDATED",
"referenceId": "538",
"status": "SUCCESS",
"timestamp": 1764235978954,
"data": {
"virtualAccountId": "538",
"externalAccountId":"externalAccountId123",
"accountName": "etest",
"currency": "BRL",
"status": "SUCCESS",
"qrCode": "",
"qrCodeImage": "",
"subAccountType": "STATIC",
"expireTime": 253402300799000
}
}'{}