Partner API
Cash In
Credit subscriber wallet via partner
POST
Credit a subscriber’s wallet. Partner routes use HMAC headers, so this page provides a copyable request instead of the interactive playground.
Authentication
string
required
API key ID issued for the partner integration
string
required
Partner identifier such as
VULTstring
required
RFC3339 timestamp used when generating the signature
string
required
Hex-encoded HMAC-SHA256 of
METHOD + "\n" + PATH + "\n" + TIMESTAMP + "\n" + BODYRequest Body
string
Subscriber phone number
string
Subscriber card serial
integer
required
Amount in cents (for example
50000 = 500.00)string
required
Partner’s unique transaction reference
Provide eitherphone_numberorcard_serial
Example
Response
Transaction Flow
- Partner account is debited (may go negative - clearing account)
- Subscriber account is credited
- Transaction and ledger entries are created
- Generates unique transaction ID
Errors
Authorizations
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Headers
Body
application/json
Response
200 - application/json
Success
The response is of type object.