curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/wallet/transfer-to-vult \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": "250.00",
"pin": "1234",
"subscriber_id": "subscriber-uuid",
"vult_wallet_id": "vult-wallet-123"
}
'{}Move funds from OLIVE wallet back to VULT wallet
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/wallet/transfer-to-vult \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": "250.00",
"pin": "1234",
"subscriber_id": "subscriber-uuid",
"vult_wallet_id": "vult-wallet-123"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Transfer to VULT details
Transfer successful
The response is of type object.