Sometimes it’s important to validate a promo code or promotion on the client side, e.g., you want to calculate and display a discounted price on the fly. That’s why Voucherify comes with client-side features built into Voucherify JS SDK - an open-source JavaScript library that enables you to query the API. Among other features, it delivers Voucherify React WidgetsDocumentation Index
Fetch the complete documentation index at: https://voucherify-pz-test2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Voucherify JS SDK offers many client-side features:
validate widgetwhich enables your customers to validate their codes and check its validity in a given context.redeem widgetwhich enables your customers to redeem the promo codes.publish widgetwhich enables your customers to a unique voucher from a given campaign in exchange for providing an email address.subscribe widgetwhich adds a customer to Voucherify. You can then use one of the automatic delivery channels to send him/her a coupon. Read more here.
API requests rate limit
To keep your vouchers and promotions safe from fraudulent customer behavior, Voucherify limits the rate of public client requests coming from a single IP address. The current limit can be found at Limits section. When the limit is exceeded, Voucherify returns:Installation & reference
Visit Github repository to get the current documentation.

