Skip to main content

December 5, 2023

There are no changes for this time period.

November 21, 2023

There are no changes for this time period.

November 7, 2023

There are no changes for this time period.

October 24, 2023

New Features

  • We have added several new features to the Nium portal in the sandbox environment, including global wallets view, reports for payout transactions, configuring webhook events, inviting new users to your sandbox, and transparency with chronometer in the transaction details. Read the announcement blog for more details.

API Breaking Changes

  • Document details are required when onboarding in EU

    Nium must report the "documentNumber" associated with the individual stakeholder positions of corporate customers to regulatory authorities through various reports. Until now, clients were not obligated to provide stakeholderDetails.documentDetails in the eKYB process. However, starting January 1, 2024, stakeholderDetails.documentDetails will become a mandatory field for both the eKYB and Manual KYB procedures when the position corresponds to UBO, TRUSTEE, or PARTNER.

    Additionally, stakeholderDetails.kycMode, and stakeholderDetails.documentDetails.document will continue to be optional in the eKYB process when a searchID is provided, but they will be required fields when searchID is not provided for the manual KYB flow.

    See EU Required Parameters and EU Required Documents for more details.

October 10, 2023

Enhancements

  • Corporate customer onboarding enhancements

    • Added a new status field in the Client-KYB Status webhook to enhance corporate customer onboarding.

      Currently, the Client KYB Status webhook only provides access to the complianceStatus parameter, and you proceed with the transaction upon receiving a complianceStatus value of COMPLETED. However, certain transactions may not succeed because transactions are only allowed when the status is Clear.

      To address this issue and prevent transaction failures, we have now included the status field in the webhook, which is already available in the Customer Details API. We strongly recommend that clients utilize both complianceStatus and status to ensure the successful execution of transactions.

      Note that the complianceStatus being COMPLETED does not signify a terminal state, as there is still a possibility of receiving Requests for Information (RFIs) even after this webhook has been received. In rare instances, RFIs may still be raised even after the status has reached Clear due to post-approval due diligence. However, transactions will not be blocked in such situations.

    • Amendment to attestation for US Clients.

      For US clients, it is necessary to update the applicant declaration or attestation in your onboarding process to incorporate the UBO (Ultimate Beneficial Owner) declaration. Use the following amended attestation:

      "I certify that I am the authorized representative of the customer; all information provided and documents submitted are complete and correct. I confirm that I have provided all the UBOs present. I have read and accepted the Nium Terms and Conditions."

  • Individual customer onboarding enhancements

    • Enhancement in the Unified Add Customer API by adding a new optional field isTncAccepted to support both onboarding and the terms and conditions (T&C) acceptance in a single API call.

      isTncAccepted is a boolean field with a default value of false. With this change, the customer's initial consent to the T&Cs can be recorded during the onboarding flow.

    • Introduced shortened enum values for intendedUseOfAccount and estimatedMonthlyFunding fields in the Unified Add Customer API. The shortened values and their corresponding descriptions are available in the enum values description guide.

      This enhancement will make the API easier to use and reduce the chance of validation errors.

    • The Regenerate KYC URL API now supports individual customers in addition to corporate customers.

September 26, 2023

There are no changes for this time period.

September 12, 2023

New Feature

Added a new RFI template called otherData for corporate onboarding.

Currently, the RFIs requiring additional data are limited to businessName, transactionCountries, and intendedUseOfAccount. Prior to this change, when additional information was required, an RFI was raised using an email or with the otherDocument RFI template. Since the otherData RFI handles non-document requests, any type of information can now be collected without the need to add any new RFI templates in the future.

The otherData RFI is available in preprod for testing now and will be available in production starting October 10, 2023.

The request body for the Respond to RFI API accepts the businessInfo.additionalInfo.otherData object as an item in the rfiResponseRequest array object.

Examples for usage of otherData:

August 29, 2023

Enhancements

For security and to inform customers of any account takeover, notifications are sent in two ways.

    1. Notification by Email

    • The new email template CUSTOMER_UPDATE_EMAIL has been introduced to send email notifications to customers whenever there is any update in the email address or mobile number of the customer.

    • For any change in the email address, notifications are sent to both the previous and updated email addresses.

    • For any change in the mobile number, the notification is sent to the current email address.

    • Currently, this is applicable only for individual customers whose kycStatus is Clear.

    2. Notification by Webhook

    • To send the contact information of the customer prior to the update, three new key-value pairs have been included in the fields parameter:

      • previousCountryCode
      • previousMobile
      • previousEmail
    • The CARD_CUSTOMER_UPDATE_WEBHOOK parameter notifies about the customer’s previous and newly updated contact information to you.

    • Example of the updated field in the request body of the webhook template:
      "fields": {
      "countryCode": "SG",
      "mobile": "67543800",
      "email": "john@xyzmail.com",
      "previousCountryCode": "US",
      "previousMobile": "123456789",
      "previousEmail": "jack@xyzmail.com" },

August 15, 2023

Enhancements

  • EU Corporate Customer Onboarding: Allows an application to be submitted without the collection of the REGISTER_OF_DIRECTORS and REGISTER_OF_SHAREHOLDERS documents for Public and Private companies when not required.

    • Starting August 14, businessDetails.additionalInfo.businessExtractCoveredStakeholder is no longer validated, allowing an application to be submitted without these two documents.

    • There are no longer any notes related to these documents in the remarks field in the response object of the Onboard Corporate Customer API.

    • An RFI will be raised if either of these documents is required. Typically, when the BUSINESS_REGISTRATION_DOC does not contain the details of directors and shareholders based on customer input.

    • See here for the complete list of required business documents for EU corporate customers.

  • EU, SG, and UK Individual Customer Onboarding: Has three additional parameters in the KYC redirect URL to help you better understand the status of a customer’s verification: errorCode, errorMessage, and isSuccess.

    • This is applicable for the eDocument verification flow in EU, UK, and SG and applicable for the eKYC flow in SG.
    • The isSuccess field is returned as true or false depending on the customer’s completion status of the verification flow with the vendor.
    • The errorCode and errorMessage fields are populated whenever isSuccess is false.
  • US Corporate Customer Onboarding: All new US corporate customers registered in Delaware and New Jersey require a CERTIFICATE_OF_GOOD_STANDING document.

    • If not provided, this document appears in the remarks field in the response of the Onboard Corporate Customer API, and the application stays in the IN_PROGRESS status until the document is provided.
    • Impact:

    • Items available for testing in the sandbox environment:

      • The enums list added CERTIFICATE_OF_GOOD_STANDING, and the remarks field is available for missing documents for both eKYB and Manual KYB clients.
      • By August 22, Manual KYB clients can use the remarks field for CERTIFICATE_OF_GOOD_STANDING documents.

August 1, 2023

New features

  • You can now use a new method to link a bank account for Debit ACH US through a micro-deposit. This option is especially beneficial in cases where instant verification is not supported. Your customer now has the flexibility to choose between two verification options: instant or micro-deposit. To support the micro-deposit option, you need to implement the Confirm Funding Instrument API. Once the micro-deposit is successfully delivered, a new webhook, DIRECT_DEBIT_MICRODEPOSIT_SUCCESSFUL is sent by Nium to notify you of the successful transaction. These enhancements aim to provide you and your customers with broader coverage and improved options for bank account verification.

  • Philippine peso (PHP) currency support is now enabled for collections and funding. You now have the option to call the Assign Payment ID API with the parameter bankName set as NETBANK_PH_PHP and the currencyCode set as PHP. This configuration allows your customers to generate a PHP virtual account, facilitating expanded payment processing and management.