Type Alias WebhookParseErrorCode
WebhookParseErrorCode:
| WebhookSignatureErrorCode
| "webhook_signature_invalid"
| "webhook_timestamp_invalid"
| "webhook_unsupported_payload"
| "webhook_envelope_invalid"
| "webhook_result_invalid"
| "webhook_unverifiable"
| "webhook_registration_not_found"
| "webhook_registration_mismatch"
| "webhook_verification_context_missing"
| "webhook_registration_store_unavailable"
| "webhook_durable_settlement_unavailable"
| "webhook_verification_unavailable"
Type Declaration
- WebhookSignatureErrorCode
- "webhook_signature_invalid"
- "webhook_timestamp_invalid"
- "webhook_unsupported_payload"
- "webhook_envelope_invalid"
- "webhook_result_invalid"
- "webhook_unverifiable"
- "webhook_registration_not_found"
- "webhook_registration_mismatch"
- "webhook_verification_context_missing"
- "webhook_registration_store_unavailable"
- "webhook_durable_settlement_unavailable"
- "webhook_verification_unavailable"
The receiver has no trusted registration or legacy HMAC configuration, so no authentication check can be selected safely.