curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/agents/cashin \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"agent_id": "<string>",
"agent_pin": "<string>",
"amount": "<string>",
"subscriber_id": "<string>"
}
'{}Process cash-in transaction from agent to subscriber. Agent authenticates with their own PIN, not subscriber’s PIN.
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/agents/cashin \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"agent_id": "<string>",
"agent_pin": "<string>",
"amount": "<string>",
"subscriber_id": "<string>"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Cash-in details
OK
The response is of type object.