Skip to main content
POST
/
wallet
/
transfer
Internal Transfer
curl --request POST \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/wallet/transfer \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "from_account_id": "<string>",
  "to_account_id": "<string>",
  "amount": "<string>",
  "pin": "<string>"
}
'
{}

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.