Skip to main content

Version 2.5.0

· 2 min read

What's Changed

  • Addition of an optional default currency for consumers and corporates. If not provided, the identity default currency will be set to GBP. The default currency is used to calculate account usage limits.

    • POST /corporates/_/create
    • POST /corporates/{id}/get
    • POST /consumers/_/create
    • POST /consumers/{id}/get
    • POST /consumers/{id}/update
  • Re-introduction of email and mobile number as optional parameters when creating a consumer.

    • POST /consumers/_/create

What's Changed

POST /corporates/{id}/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Added property defaultCurrency (string)

      The default currency of the corporate

POST /corporates/_/create
Request:

Changed content type : application/json

  • Added property defaultCurrency (string)

    The default currency of the corporate

Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Added property defaultCurrency (string)

      The default currency of the corporate

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum value:

      • "UNSUPPORTED_CURRENCY"
POST /consumers/{id}/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Added property defaultCurrency (string)

      The default currency of the consumer

POST /consumers/{id}/update
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Added property defaultCurrency (string)

      The default currency of the consumer

POST /consumers/_/create
Request:

Changed content type : application/json

  • Added property email (string)

    The email address of the Consumer

  • Added property mobileCountryCode (string)

    The country code of the Consumer's mobile number (e.g. +44)

  • Added property mobileNumber (string)

    The mobile number of the Consumer - excluding country code

  • Added property defaultCurrency (string)

    The default currency of the consumer

Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Added property defaultCurrency (string)

      The default currency of the consumer

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum values:

      • "EMAIL_NOT_UNIQUE"
      • "UNSUPPORTED_CURRENCY"
POST /consumers/{id}/email/send_verification_code
Return Type:

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum value:

      • "EMAIL_NOT_UNIQUE"