Webhooks
Pass Removed
Webhook triggered when a pass is removed from the wallet by user
WEBHOOK
Authorizations
The X-Webhook-Signature header is generated using the webhook payload and shared secret key.
To verify that the webhook is authentic, you can encrypt the webhook payload using the SHA-256
encryption algorithm and your secret key.
If your generated signature matches the signature included in the X-Webhook-Signature
header, you can confirm that the webhook is authentic.
Response
200 - application/json
Return a 200 status to indicate that the data was received successfully
Previous
Pass Tapped (Deprecated)Webhook triggered when an NFC pass is tapped on a reader (This webhook is deprecated, please use the passScanned webhook instead)
Next