Skip to main content

Webhooks

Webhooks allow external systems to notify OLIVE when events happen.

VULT Cash-In Webhook

Request

Response


HMAC Verification

Header: X-Webhook-Signature

Validation Steps

  1. Check signature header present
  2. Verify HMAC matches
  3. Find card by serial
  4. Verify card status is assigned
  5. Verify subscriber is active
  6. Match phone (if provided)

Error Responses


API Keys

Partners authenticate with API keys:

VULT Transfers Table

Records funding from VULT:

Webhook API

Endpoints

Security

HMAC details