added

API Release 1.27

API Release 1.27

Release DateStatus
November 4, 2021RELEASED

Features and Enhancements

KYC

New KYC error codes have been added along with description updates:

  • AGED_ACCOUNT
  • ACCOUNT_INTEGRITY
  • DOB_NOT_MATCH_ON_DOC
  • NAME_NOT_MATCH_ON_DOC
  • INVALID_PHONE_NUMBER
  • INVALID_EMAIL_ADDRESS
  • INVALID_DOCUMENT
    View all current KYC error codes and descriptions here: KYC Error Mapping

Subscription Events Added

Three new event types have been added to notify the partner when a subscription is created, updated or canceled:

  • Subscription.created
  • Subscription.updated
  • Subscription.removed
    View Subscription Events here: Subscription Events

Bug Fixes

  • The account nickname will now update when the user's first/last name changes
  • Get order status/details by ID endpoint now returns an orderNotfound error message if an invalid order id in single digit is passed by the end user.