Cards
Link Card
Link a parent NFC card to a subscriber account
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.
Linking a card associates it with a subscriber’s wallet. The subscriber’s PIN is used for card transactions.
Request
Bearer olive_live_xxx or Bearer eyJ... (JWT)Body Parameters
Subscriber UUID to link the card to
Card serial number (e.g.,
OLIV0001)Subscriber’s 4-digit PIN for verification
Response
Whether linking succeeded
Result message
Linked card details
Examples
Prerequisites
Card Exists
Card must be uploaded via CSV first
Card Unassigned
Card status must be “Unassigned”
Errors
| Status | Code | Description |
|---|---|---|
| 400 | INVALID_PIN | PIN verification failed |
| 400 | CARD_ALREADY_LINKED | Card linked to another subscriber |
| 401 | UNAUTHORIZED | Invalid or missing API key |
| 404 | CARD_NOT_FOUND | Card serial doesn’t exist |
| 404 | SUBSCRIBER_NOT_FOUND | Subscriber ID invalid |
| 500 | INTERNAL_ERROR | Server error |
Authorizations
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Body
application/json
Link card details
Response
Card linked successfully
The response is of type object.