curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/wallet/fund-from-vult \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": "500.00",
"pin": "1234",
"subscriber_id": "subscriber-uuid",
"transaction_ref": "VULT-TXN-123",
"vult_wallet_id": "vult-wallet-123"
}
'{}Top-up OLIVE wallet from VULT wallet account
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/wallet/fund-from-vult \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": "500.00",
"pin": "1234",
"subscriber_id": "subscriber-uuid",
"transaction_ref": "VULT-TXN-123",
"vult_wallet_id": "vult-wallet-123"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Fund from VULT details
Wallet funded successfully
The response is of type object.