Wallet
Internal Transfer
Transfer funds between accounts internally
POST
Internal transfers move funds between subscriber accounts using account IDs. For transfers by card serial, use P2P Transfer.
Request
string
required
Bearer olive_live_xxx or Bearer eyJ... (JWT)Body Parameters
string
required
Source account UUID
string
required
Destination account UUID
string
required
Amount to transfer
string
required
Source account PIN
string
Transfer description
Response
boolean
Whether transfer succeeded
string
Unique transaction ID
string
Result message
Examples
Use Cases
Errors
Authorizations
JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'
Headers
Body
application/json
Response
200 - application/json
Success
The response is of type object.