@payrails/web-sdk
v5.37.5
Published
SDK providing tokenization options on the client for merchants
Keywords
Readme
Payrails Web SDK
Payrails Web provides you with the building blocks to create a checkout experience for your customers.
You can integrate Payrails Web in two ways:
- Dropin: all-in-one solution, the quickest but less customizable solution on how to accept payments on your website.
- Elements: One component for each payment method, credit card forms and more. Fully customizable solution.
Importing the SDK
npm install @payrails/web-sdkRelease Notes
5.37.4
- FIX: PIX redirect
5.37.3
- FIX: double click issue with apple pay button
5.37.2
- package updates
5.37.1
- FIX: openInNewTab for Generic Redirect element in Safari
5.37.0
- FEATURE: Collect client context used by workflows automatically
5.36.2
- FIX: Missing fields in Stored Payment Instrument type
5.36.1
- FIX: Resolved generic redirect issue with slow loading pages
5.36.0
- FEATURE: Added support for tokenization of applePay token via the Payrails applePay button.
5.35.0
- FEATURE: Added support for passing returnInfo links for Generic Redirect element.
- FIX: Return Info links passed to droping element are now propagated to all payment methods.
5.34.0
- FEATURE: Added support to close Apple Pay payment sheet when authorization fails.
5.33.0
FIX: trigger events when generic redirect is opened in a new tab
FIX - SHA generation for SRI was incorrect, missing the algorithm prefix
5.32.0
FIX: Installment amounts not updating after lookup and update
FEATURE: Merchant should be able to configure default installment count using the SDK
5.31.2
FIX: Fixed Amex CVV validation
FIX: Limited CVV secure field maxLength
FIX: Fixed validation bug after setError
FIX: Fixed mount/unmount events accumulation bug
5.31.1
- FEATURE: Added openInNewTab option to GenericRedirectButton, allowing redirect payment pages to open in a new browser tab.
