Transfer funds between accounts internally
Bearer olive_live_xxx or Bearer eyJ... (JWT)| Scenario | Description |
|---|---|
| Agent Settlement | Transfer from agent to OLIVE |
| Corporate Payroll | Bulk employee payments |
| Refunds | Return funds to subscriber |
| Account Adjustment | Administrative corrections |
| Status | Code | Description |
|---|---|---|
| 400 | INVALID_AMOUNT | Amount format invalid |
| 400 | INSUFFICIENT_FUNDS | Balance too low |
| 400 | INVALID_PIN | PIN verification failed |
| 401 | UNAUTHORIZED | Invalid API key |
| 404 | ACCOUNT_NOT_FOUND | Account not found |
| 500 | INTERNAL_ERROR | Server error |