diff --git a/1.1/openid-4-verifiable-credential-issuance-1_1.md b/1.1/openid-4-verifiable-credential-issuance-1_1.md index 92258c82..2715cd0a 100644 --- a/1.1/openid-4-verifiable-credential-issuance-1_1.md +++ b/1.1/openid-4-verifiable-credential-issuance-1_1.md @@ -1632,7 +1632,22 @@ Authorization: Bearer czZCaGRSa3F0MzpnWDFmQmF0M2JW } ``` -Below is a non-normative example of a Notification Request when a Credential was deleted by the End-User: +Below is a non-normative example of a Notification Request when a Credential was rejected by the End-User: + +``` +POST /notification HTTP/1.1 +Host: server.example.com +Content-Type: application/json +Authorization: Bearer czZCaGRSa3F0MzpnWDFmQmF0M2JW + +{ + "notification_id": "3fwe98js", + "event": "credential_deleted", + "event_description": "User rejected the issued Credential." +} +``` + +Below is a non-normative example of a Notification Request when a Credential could not be stored in the Wallet: ``` POST /notification HTTP/1.1