Skip to main content
POST
/
cards
/
child
/
change-pin
Change child card PIN
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"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json

Change child card PIN details

card_serial
string
required
Example:

"OLIV0002"

new_child_pin
string
required
Example:

"9999"

old_child_pin
string
required
Example:

"5678"

parent_pin
string
required
Example:

"1234"

parent_subscriber_id
string
required
Example:

"parent-uuid"

Response

PIN changed successfully

The response is of type object.