curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/wallet/transfer-p2p \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": "100.00",
"pin": "1234",
"recipient_card_serial": "CARD0002",
"sender_id": "subscriber-uuid"
}
'{}Transfer funds between OLIVE users by card serial
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/wallet/transfer-p2p \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": "100.00",
"pin": "1234",
"recipient_card_serial": "CARD0002",
"sender_id": "subscriber-uuid"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
P2P transfer details
Accepts decimal format like "100.00" or "100"
"100.00"
"1234"
Supports any alphanumeric: CARD0001, 48290173K, etc.
"CARD0002"
"subscriber-uuid"
"Payment for lunch"
Transfer successful
The response is of type object.