Version 2.9.0
What's Changed
-
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}/getPOST
/corporates/{id}/users/{user_id}/updatePOST
/corporates/{id}/users/_/createPOST
/corporates/{id}/users/getPOST
/corporates/_/createPOST
/consumers/_/create
-
Removal of deprecated field
companyRegistrationTimestamp
from Corporate Identity, and changing of other fields to optional (companyBusinessAddress
,companyRegistrationAddress
,companyRegistrationDate
,rootTitle
)POST
/corporates/{id}/getPOST
/corporates/{id}/updatePOST
/corporates/_/create
-
Support for multi-tiered cardholder fees with the introduction of a
feeGroup
for Consumer and Corporate IdentitiesPOST
/corporates/{id}/getPOST
/corporates/{id}/updatePOST
/corporates/_/createPOST
/consumers/{id}/getPOST
/consumers/{id}/updatePOST
/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}/getPOST
/consumers/{id}/updatePOST
/consumers/_/create