Skip to main content
POST
/
partner
/
cashin
Cash In
curl --request POST \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/partner/cashin \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key-ID: <x-api-key-id>' \
  --header 'X-Partner-ID: <x-partner-id>' \
  --header 'X-Signature: <x-signature>' \
  --header 'X-Timestamp: <x-timestamp>' \
  --data '
{
  "amount": 123,
  "reference": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key-ID
string
required
X-Partner-ID
string
required
X-Timestamp
string
required
X-Signature
string
required

Body

application/json
amount
integer
required
reference
string
required
phone_number
string
card_serial
string

Response

200 - application/json

Success

The response is of type object.