Verify a subscriber’s 4-digit PIN
Bearer olive_live_xxx or Bearer eyJ... (JWT)sub_abc123)| Use Case | Description |
|---|---|
| POS Payment | Verify before deducting funds |
| P2P Transfer | Confirm sender identity |
| Cash-Out | Authenticate withdrawal |
| Profile Change | Verify before sensitive updates |
| Status | Code | Description |
|---|---|---|
| 400 | INVALID_PIN_FORMAT | PIN must be 4 digits |
| 401 | UNAUTHORIZED | Invalid or missing API key |
| 401 | INVALID_PIN | PIN does not match |
| 403 | ACCOUNT_LOCKED | Too many failed attempts |
| 404 | NOT_FOUND | Subscriber not found |
| 500 | INTERNAL_ERROR | Server error |