Version 3.3.0
New required fields when creating a Consumer Identity
When creating a consumer you will need to start providing the consumer’s date of birth and the main source of funds type for funds that will be deposited by the consumer via the parameters rootUser.dateOfBirth
and sourceOfFunds
.
This information is required to complete KYC for the customer and the API endpoint POST /consumers/_/create
will return a 400 - Invalid Request error if either of the parameters is not provided.
Affected APIs:
POST
/multi/consumers