Webhooks
VULT Webhook
VULT cash-in webhook
POST
Documentation Index
Fetch the complete documentation index at: https://docs.vultlocal.com/llms.txt
Use this file to discover all available pages before exploring further.
Receive cash-in notifications from VULT processor. This webhook is called when a user deposits funds via VULT.
Request
HMAC-SHA256 signature of the request body
Body Parameters
Card serial linked to the subscriber receiving funds
Optional phone number used to cross-check the linked subscriber
Amount in minor units (e.g., cents)
Response
Whether the cash-in was processed successfully
OLIVE transaction ID for the deposit
Examples
Signature Verification
Errors
| Status | Code | Description |
|---|---|---|
| 400 | Invalid request | Missing card_serial, invalid amount, inactive card, or subscriber mismatch |
| 401 | Invalid signature | Webhook signature invalid |
| 500 | Internal error | Webhook not configured or processing failed |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
HMAC-SHA256 signature of request body
Body
application/json
Cash-in details