2. Create
To create a new wallet owner record, an API call must be made through the service on this page along with the required parameters.
Create Wallet Owner
Parameter
Type
Required
Description
{
"FullName": "Test User",
"Email": "[email protected]",
"PhoneNumber": "+9052323200000",
"OwnerType": 1, // 1: Individual | 2: Corporate
"TaxNumber": "", // for Corporate
"IdentityNumber": null, // for individual
"Address": "address",
"Country": "country",
"City": "city",
"DateOfBirth": "2030-10-15",
"CompanyName": ""
}Service Response
Parameter
Type
Description
Service Response (Value)
Parameter
Type
Description
Last updated