NodeJS SDK - 2.4.0
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
AccountFundingfield, withSender,Purpose, andType(the sender includesFirstName,LastName,Address,Email,Birthday,Nationality,Occupation, andBirthCountry) - New
AccountFundingData,CreateAccountFunding,AccountFundingSenderData, andCreateAccountFundingSendertypings, plus an optionalAccountFundingfield on theCardDirectPayInDataandCreateCardDirectPayIntypings
Added
AMEX card type
The CardType typing now includes AMEX.