Transfer funds between subscribers by card serial
Bearer olive_live_xxx or Bearer eyJ... (JWT)OLIV0002)500.00 or 500)Validate Request
| Amount Range | Fee |
|---|---|
| 0 - 50,000 SLE | 1.5% |
| 50,001 - 500,000 SLE | 1.0% |
| 500,001+ SLE | 0.5% |
| Status | Code | Description |
|---|---|---|
| 400 | INVALID_AMOUNT | Amount format invalid |
| 400 | INSUFFICIENT_FUNDS | Balance too low |
| 400 | INVALID_PIN | PIN verification failed |
| 400 | SELF_TRANSFER | Cannot transfer to self |
| 403 | SENDER_BLOCKED | Sender account blocked |
| 403 | RECIPIENT_BLOCKED | Recipient account blocked |
| 403 | COMPLIANCE_REJECTED | Transaction exceeds limits |
| 404 | SENDER_NOT_FOUND | Sender not found |
| 404 | CARD_NOT_FOUND | Recipient card not found |
| 500 | INTERNAL_ERROR | Server error |