Webhooks
Processing Status Updated
Learn when the processing status updated webhook is sent and what data it includes.
WEBHOOK
Authorizations
Meridian HMAC header authentication.
Required headers:
- X-Meridian-Api-Key
- X-Meridian-Program-Id
- X-Meridian-Timestamp
- X-Meridian-Signature
Headers
Allowed value:
"transaction"Allowed value:
"processing_status_updated"Identifies your Meridian program. Required on all requests but not included in the canonical signing string.
Required string length:
8 - 128Public client key identifier used to look up the HMAC secret
Required string length:
8 - 128RFC 3339 UTC timestamp used in the HMAC signing string and replay protection. Requests outside the accepted clock skew window should be rejected.
HMAC-SHA256 signature of the canonical signing string. Recommended format: sha256={hex_digest}
Pattern:
^sha256=[A-Fa-f0-9]{64}$Response
200
Success