Version 2.12.3
What's Changed
Corporates and Consumer Due Diligence Limits: Multiple limits may start to apply to a particular Corporate. For this reason, the current
allowedLimit
object andremainingLimit
object which support only 1 limit have been deprecated in favor of 2 new objectsallowedLimits
andremainingLimits
which support an array of limits. The old objectsallowedLimit
andremainingLimit
will continue to return the most restrictive limit from the set.POST
/corporates/{id}/kyb/getPOST
/corporates/{id}/getPOST
/corporates/{id}/updatePOST
/corporates/_/createPOST
/consumers/{id}/kyc/getPOST
/consumers/{id}/getPOST
/consumers/{id}/updatePOST
/consumers/_/create
Managed Accounts: Two new properties
accountNumber
andsortCode
have been added to the bank details associated with a Managed Account.POST
/managed_accounts/getPOST
/managed_accounts/{id}/unfreezePOST
/managed_accounts/{id}/removePOST
/managed_accounts/{id}/getPOST
/managed_accounts/{id}/updatePOST
/managed_accounts/_/createPOST
/managed_accounts/{id}/freeze