PersonalClientDto
ISO 3166-1 alpha-2 country code
AUaddress objectrequired
Business official street address. Allowed characters: letters, digits, spaces and , . - / # ( ) : '
Possible values: >= 4 characters and <= 256 characters, Value must match regular expression ^[A-Za-z0-9\s,.\-/#():']+$
19 Victoria AveCity name of business official address. Allowed characters: letters, spaces and - . '
Possible values: <= 128 characters, Value must match regular expression ^[A-Za-z\s\-.']+$
SydneyState name of business official address. Allowed characters: letters, spaces and -
Possible values: <= 128 characters, Value must match regular expression ^[A-Za-z\s\-]+$
New South WalesZip code of business official address. Allowed characters: letters, digits, hyphens and spaces
Possible values: <= 32 characters, Value must match regular expression ^[A-Za-z0-9\- ]+$
2000Personal contact email
john@example.comThe unique reference id of this entity creation. Optional, but highly recommended to use. When given, it fails the creation if a duplicate entity is found. Only alphanumeric characters, underscores and hyphens are allowed, and cannot start with a hyphen.
Possible values: <= 36 characters
1234567890Note
Manual onboardIndicates whether the client’s expected transactions are one-off or ongoing/recurring (used for onboarding/KYC expected transaction profile).
Possible values: [ONEOFF, ONGOING]
ONEOFFExpected annual transaction amount (applicable when transactionContinuation is ONGOING).
100000Expected annual transaction count (applicable when transactionContinuation is ONGOING).
10First name. Allowed characters: letters, spaces, apostrophes and hyphens
Possible values: <= 32 characters, Value must match regular expression ^[a-zA-Z '\-]+$
JohnLast name. Allowed characters: letters, spaces, apostrophes and hyphens
Possible values: Value must match regular expression ^[a-zA-Z '\-]+$
DoePhone number
+612...Client nationality, ISO 3166-1 alpha-2 country code
AUDate of birth
1990-01-01Client occupation. Allowed characters: letters, digits, spaces and / & - . , ' +
Possible values: <= 128 characters, Value must match regular expression ^[a-zA-Z0-9/&.,'\- +]+$
Software EngineerClient identification type (required for PM role). Note: identificationType, identificationNumber and identificationIssueCountry must all be provided together to be saved
Possible values: [Drivers License, Social Security Number, Passport, Social Insurance Number, National Id]
PassportClient identification number (required for PM role). Note: identificationType, identificationNumber and identificationIssueCountry must all be provided together to be saved
P12345678Client identification expiry date
2030-12-31Client identification issue country, ISO 3166-1 alpha-2 country code (required for PM role). Note: identificationType, identificationNumber and identificationIssueCountry must all be provided together to be saved
Possible values: <= 2 characters
AUid of the client
401f4647-8372-495f-8de0-aafb3e1eaf93Human readable client unique No
CAPAYAU-SYD-021233Unique CAPAY PAY ID which could be used for internal transfer
6244120284213583Whether the client is approved, this field will be deprecated soon, use status instead please
trueClient status
Possible values: [PENDING APPROVAL, ACTIVE, INACTIVE, SUSPENDED]
ACTIVEThe time when the client was created
2023-12-12T01:23:33ZThe time when the client was last updated
2023-12-12T01:23:33Z{
"countryCode": "AU",
"address": {
"street": "19 Victoria Ave",
"city": "Sydney",
"state": "New South Wales",
"zip": "2000"
},
"contactEmail": "john@example.com",
"referenceId": "1234567890",
"note": "Manual onboard",
"transactionContinuation": "ONEOFF",
"expectedAnnualTransactionAmount": 100000,
"expectedAnnualTransactionCount": 10,
"firstName": "John",
"lastName": "Doe",
"phone": "+612...",
"nationality": "AU",
"dateOfBirth": "1990-01-01",
"occupation": "Software Engineer",
"identificationType": "Passport",
"identificationNumber": "P12345678",
"identificationExpiryDate": "2030-12-31",
"identificationIssueCountry": "AU",
"id": "401f4647-8372-495f-8de0-aafb3e1eaf93",
"clientNo": "CAPAYAU-SYD-021233",
"uniquePayId": "6244120284213583",
"status": "ACTIVE",
"createdTime": "2023-12-12T01:23:33Z",
"updatedTime": "2023-12-12T01:23:33Z"
}