Account Updater Notifications - V1
To receive updates:
Configure VGS Account Updater Notifications
Add Card Events
Events
5
Use the cardID to fetch the updated card data
curl --request GET https://calm.<ENVIRONMENT>.verygoodsecurity.app/cards/CRDuVQCsenqj6dbHFQq9gen2E \
-x https://<CREDENTIALS>@<VAULT_ID>.<ENVIRONMENT>.verygoodproxy.com:8443 -k \
-H "Content-type: application/json" \
-H "Authorization: Bearer ${VGS_ACCESS_TOKEN}"{
"data": {
"id": "CRDuVQCsenqj6dbHFQq9gen2E",
"name": "John Doe",
"number": "5573495XTjZP21V7312",
"exp_month": 7,
"exp_year": 24,
"capabilities": [
"ACCOUNT_UPDATER"
],
"created_at": "2019-05-15T12:30:45Z",
"updated_at": "2019-05-15T12:30:45Z",
"state": "enrolled",
"event": "au_card.updated
}
}au_card.updated — Card Updated
au_card.expired — Card Expired
au_card.closed — Card Closed
au_card.contact_cardholder_advice — Card Contact Cardholder Advice
au_card.non_participating — Card Non-Participating
au_card.unknown — Card Unknown
au_card.enrolled — Card Enrolled
au_card.opt_out — Card Opt-Out
Notification Response Body Fields
Fields
Data type
Occurrence
Min length
Max length
Description
Purpose/Usage
Testing
Reference
Last updated

