Cards
Create Child Card
Create a child card with daily spending limits
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.
Child cards allow subscribers to delegate limited spending access to dependents or employees.
Request
Bearer olive_live_xxx or Bearer eyJ... (JWT)Body Parameters
Parent subscriber UUID
Card serial to assign as child (e.g.,
OLIV0002)Parent’s 4-digit PIN for authorization
New 4-digit PIN for the child card
Daily spending limit in cents (e.g.,
5000000 = 50,000 SLE)Child’s first name
Child’s last name
Child’s phone number for notifications
When card becomes active (
YYYY-MM-DD)Initial allocated amount in cents
Response
Whether creation succeeded
Result message
Child card details
Examples
Child Card Rules
Daily Limits
- Resets at midnight local time
- Cannot exceed parent’s balance
- Can be adjusted by parent
Restrictions
- Cannot create more child cards
- Cannot access parent’s PIN
- Limited to assigned limit
Max Child Cards
The number of child cards a subscriber can create is limited:| Subscriber Type | Max Child Cards |
|---|---|
| Standard | 4 |
| VIP | 10 |
| Corporate | Unlimited |
Errors
| Status | Code | Description |
|---|---|---|
| 400 | INVALID_PARENT_PIN | Parent PIN incorrect |
| 400 | MAX_CHILD_CARDS | Subscriber limit reached |
| 400 | CARD_ALREADY_LINKED | Card already in use |
| 401 | UNAUTHORIZED | Invalid API key |
| 404 | SUBSCRIBER_NOT_FOUND | Parent subscriber not found |
| 404 | CARD_NOT_FOUND | Card serial not found |
| 500 | INTERNAL_ERROR | Server error |
Authorizations
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Body
application/json
Child card details
Supports any alphanumeric: CARD0001, 48290173K, etc.
Example:
"OLIV0002"
Example:
"Jane Doe"
Example:
"5678"
Example:
"daughter"
Example:
"parent-uuid"
Example:
"1234"
Amount in SLE (will be converted to cents internally)
Example:
200000
Example:
"+23276123456"
Amount in SLE (will be converted to cents internally)
Example:
25000
Example:
"2025-10-20"
Amount in SLE (will be converted to cents internally)
Example:
250000
Response
Child card created
The response is of type object.