Skip to main content
POST
/
wallet
/
fund-from-vult
Fund OLIVE wallet from VULT
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"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json

Fund from VULT details

amount
string
required

Accepts decimal format like "500.00" or "500"

Example:

"500.00"

pin
string
required
Example:

"1234"

subscriber_id
string
required
Example:

"subscriber-uuid"

transaction_ref
string
required
Example:

"VULT-TXN-123"

vult_wallet_id
string
required
Example:

"vult-wallet-123"

Response

Wallet funded successfully

The response is of type object.