SDK providing tokenization options on the client for merchants
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.
``JavaScript`
npm install @payrails/web-sdk
- FEATURE: Added support for tokenization of googlePay token via the Payrails
googlePay button.
- FEATURE: extended update to also include meta field update
- FIX - extend the generic redirect button to support all redriection based
payment methods.
- FIX: Apple pay onPaymentButtonClicked when merchant is not passing the
callback.
- FEATURE: implement onValidate event from card payment buttonfocus
- FEATURE - implement function that merchants can call manually to focus
on card form.
- FIX: InvalidAccessError` issue for apple pay.
- FIX: double click issue with GPAY
- FIX: stored instrument icon link fix
- FIX: PIX redirect
- FIX: double click issue with apple pay button
- package updates
- FIX: openInNewTab for Generic Redirect element in Safari
- FEATURE: Collect client context used by workflows automatically
- FIX: Missing fields in Stored Payment Instrument type
- FIX: Resolved generic redirect issue with slow loading pages
- FEATURE: Added support for tokenization of applePay token via the Payrails
applePay button.
- 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.
- FEATURE: Added support to close Apple Pay payment sheet when authorization
fails.
- FIX: trigger events when generic redirect is opened in a new tab
- FIX - SHA generation for SRI was incorrect, missing the algorithm prefix
- FIX: Installment amounts not updating after lookup and update
- FEATURE: Merchant should be able to configure default installment count using
the SDK
- FIX: Fixed Amex CVV validation
- FIX: Limited CVV secure field maxLength
- FIX: Fixed validation bug after setError
- FIX: Fixed mount/unmount events accumulation bug
- FEATURE: Added openInNewTab option to GenericRedirectButton, allowing redirect
payment pages to open in a new browser tab.