Skip to main content
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

Authorization
string
header
required

JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'

Headers

Authorization
string
required

Body

application/json
from_account_id
string
required
to_account_id
string
required
amount
string
required
pin
string
required
description
string

Response

200 - application/json

Success

The response is of type object.