Skip to main content

ClientDto

idstringrequired

id of the client

Example: 401f4647-8372-495f-8de0-aafb3e1eaf93
clientNostringrequired

Human readable client unique No

Example: CAPAYAU-SYD-021233
uniquePayIdstringrequired

Unique CAPAY PAY ID which could be used for internal transfer

Example: 6244120284213583
isVerifiedbooleanrequireddeprecated

Whether the client is approved, this field will be deprecated soon, use status instead please

Example: true
statusClientStatusesrequired

Client status

Possible values: [PENDING APPROVAL, ACTIVE, INACTIVE, SUSPENDED]

Example: ACTIVE
createdTimestringrequired

The time when the client was created

Example: 2023-12-12T01:23:33Z
updatedTimestringrequired

The time when the client was last updated

Example: 2023-12-12T01:23:33Z
ClientDto
{
"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"
}