curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/cards/child/change-pin \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"card_serial": "OLIV0002",
"new_child_pin": "9999",
"old_child_pin": "5678",
"parent_pin": "1234",
"parent_subscriber_id": "parent-uuid"
}
'{}Parent changes the PIN for a child card. Requires parent’s PIN for authentication, current child PIN, and new child PIN. The child uses their PIN when making payments for security.
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/cards/child/change-pin \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"card_serial": "OLIV0002",
"new_child_pin": "9999",
"old_child_pin": "5678",
"parent_pin": "1234",
"parent_subscriber_id": "parent-uuid"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Change child card PIN details
PIN changed successfully
The response is of type object.