client_id
, which is then used to link the client to issued payment cards.client_id
can be used in other methods, such as updating client data or linking the client to a specific card.{
"request_id": "string",
"product_id": 0,
"branch_id": "string",
"client": {
"phone": 0,
"type": 0,
"resident": 0,
"first_name": "string",
"last_name": "string",
"external_user_id": "string"
}
}
curl --location --request POST 'https://api.freedompay.kz/v5/card-api/client/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "string",
"product_id": 0,
"branch_id": "string",
"client": {
"phone": 0,
"type": 0,
"resident": 0,
"first_name": "string",
"last_name": "string",
"external_user_id": "string"
}
}'
{
"status": "string",
"request_status": "string",
"dt": "2019-08-24T14:15:22Z"
}