ClientDto
idstringrequired
id of the client
Example:
401f4647-8372-495f-8de0-aafb3e1eaf93clientNostringrequired
Human readable client unique No
Example:
CAPAYAU-SYD-021233uniquePayIdstringrequired
Unique CAPAY PAY ID which could be used for internal transfer
Example:
6244120284213583isVerifiedbooleanrequireddeprecated
Whether the client is approved, this field will be deprecated soon, use status instead please
Example:
truestatusClientStatusesrequired
Client status
Possible values: [PENDING APPROVAL, ACTIVE, INACTIVE, SUSPENDED]
Example:
ACTIVEcreatedTimestringrequired
The time when the client was created
Example:
2023-12-12T01:23:33ZupdatedTimestringrequired
The time when the client was last updated
Example:
2023-12-12T01:23:33ZClientDto
{
"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"
}