Getting startedRelease notesSDK

NodeJS SDK - 2.4.0

September 2, 2026

Added

KycInformation containing KycRenewalDeadline on regulatory user

Users.getRegulatory now returns a regulatory user object that exposes an optional KycInformation field, with LastKycDate and KycRenewalDeadline.

Read more about KYC renewal


Added

Retrieve PayPal data collection

New Acquiring.getPayPalDataCollection(dataCollectionId, callback, options) method, backed by the acquiring/payins/payment-methods/paypal/data-collection/${id} (GET) endpoint, returning the data collection previously sent for a PayPal payment. The response payload has no defined interface, since its shape depends on what PayPal requires.


Added

Account funding on card direct pay-in

  • The card direct pay-in now supports an optional AccountFunding field, with Sender, Purpose, and Type (the sender includes FirstName, LastName, Address, Email, Birthday, Nationality, Occupation, and BirthCountry)
  • New AccountFundingData, CreateAccountFunding, AccountFundingSenderData, and CreateAccountFundingSender typings, plus an optional AccountFunding field on the CardDirectPayInData and CreateCardDirectPayIn typings

Added

AMEX card type

The CardType typing now includes AMEX.