Client product
Code | Description |
---|---|
1000 | Freedom Wallet Card. |
2000 | Instant Card. |
3000 | Electron Card. |
Parameters for the Method: Creating a Client Card with product_id = 1000
Parameter Name | Parameter Name | Parameter Name | Description | Type |
---|---|---|---|---|
request_id (required) | Unique request number in the partner's system (UUID). | string/uuid | ||
product_id (required) | Identifier for the product within which the client is created. | integer | ||
client (required) | phone (required) | Client's phone number. | integer | |
type | Client type: 1 - Individual 2 - Legal Entity 3 - Individual Entrepreneur | integer | ||
resident | Residency status: 1 - Resident 2 - Non-resident | integer | ||
first_name (required) | Client's first name (Latin characters). | string | ||
last_name (required) | Client's last name (Latin characters). | string | ||
middle_name | Client's middle name (Latin characters). | string | ||
birthdate | Date of birth of the cardholder (Format: YYYY-MM-DD). | date | ||
email | Client's email address. | string | ||
country (required) | Country of client's residency (alpha-3 format). | string | ||
person_id (required) | Client's identifier in the country of residency (e.g., Tax ID for Kazakhstan, Personal ID for Russia). | string | ||
language | Client's communication language (alpha-2 format). | string | ||
document (required) | A scanned copy of an identity document: - File format: PDF - Base64 encoding - Max size: 2 MB | string | ||
address1 (required) | country (required) | Registration country (alpha-3 format). | string | |
postal_code (required) | Postal code. | string | ||
address_line1 (required) | Registration city. | string | ||
address_line2 (required) | Registration street. | string | ||
address_line3 (required) | Registration building and premises. | string | ||
address2 (required) | country (required) | Residential country (alpha-3 format). | string | |
postal_code (required) | Postal code. | string | ||
address_line1 (required) | Residential city. | string | ||
address_line2 (required) | Residential street. | string | ||
address_line3 (required) | Residential building and premises. | string | ||
external_user_id | Identifier of the client in the partner's system. | string | ||
identification_info (required) | idn_date (required) | Date of identification in RFC 3339 format (YYYY-MM-DDThh:mm:ss±hh:mm). | string | |
identified_by (required) | Identifier of the user who conducted the client's identification. | string |
Parameters for the Method: Creating a Client Card with product_id = 2000
Parameter Name | Child Parameter Name | Sub-Child Parameter Name | Description | Type |
---|---|---|---|---|
request_id (required) | Unique request number in the partner's system (UUID). | string/uuid | ||
product_id (required) | Identifier for the product within which the client is created. | integer | ||
client (required) | phone (required) | Client's phone number. | integer | |
type (required) | Client type: 1 - Individual 2 - Legal Entity 3 - Individual Entrepreneur | integer | ||
resident (required) | Residency status: 1 - Resident 2 - Non-resident | integer | ||
first_name (required) | Client's first name (Latin characters). | string | ||
last_name (required) | Client's last name (Latin characters). | string |
Modified at 2025-02-03 10:08:06