Skip to main content

Version 3.0.1

· One min read

Root user mobile number parameters changed to an object

The mobileCountryCode and mobileNumber fields within the rootUser object are now grouped into a new object named mobile.

Affected APIs:

  • GET /multi/corporates
  • POST /multi/corporates
  • PATCH /multi/corporates
  • GET /multi/consumers
  • POST /multi/consumers
  • PATCH /multi/consumers

New error code when providing an invalid mobile number

A new error code has been added to in case the provided mobile number is not valid. In this case, the API will return a 409 - Conflict error with error code MOBILE_OR_COUNTRY_CODE_INVALID.

Affected APIs:

  • POST /multi/corporates
  • PATCH /multi/corporates
  • POST /multi/consumers
  • PATCH /multi/consumers