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>"
}
'{}Transfer funds between accounts internally
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>"
}
'{}JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'
Success
The response is of type object.