Skip to main content
POST
/
agents
/
transfer
Transfer float to sub-agent
curl --request POST \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/agents/transfer \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": 123,
  "sub_agent_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'

Body

application/json

Transfer details

amount
integer
required
sub_agent_id
string
required
super_agent_id
string

Optional - auto-detected from logged-in user if not provided

Response

OK

The response is of type object.