-
We have made changes in an earlier release to remove the username for Consumers and Corporates, and to use the email address instead. These fields are now marked as deprecated in the API:
POST /corporates/{id}/users/{user_id}/get
POST /corporates/{id}/users/{user_id}/update
POST /corporates/{id}/users/_/create
POST /corporates/{id}/users/get
POST /corporates/_/create
POST /consumers/_/create
-
Removal of deprecated field companyRegistrationTimestamp from Corporate Identity, and changing of other fields to optional (companyBusinessAddress, companyRegistrationAddress,companyRegistrationDate, rootTitle)
POST /corporates/{id}/get
POST /corporates/{id}/update
POST /corporates/_/create
-
Support for multi-tiered cardholder fees with the introduction of a feeGroup for Consumer and Corporate Identities
POST /corporates/{id}/get
POST /corporates/{id}/update
POST /corporates/_/create
POST /consumers/{id}/get
POST /consumers/{id}/update
POST /consumers/_/create
-
We now need to collect date of birth and address details for Consumer Identities. These details must be provided before starting KYC process. In an upcoming release, it will not be possible to start KYC if these details are not included.
POST /consumers/{id}/get
POST /consumers/{id}/update
POST /consumers/_/create