1.0.9 • Published 4 months ago

@zaver/checkout v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Zaver Checkout

This package is provided by Zaver / Frink AB as way of integrating the Zaver Web Checkout into your e-commerce checkout.

Quickstart

Create a payment request through Zaver Checkout API (see documentation https://api-docs.zaver.com/) and use the returned token to load the embedded checkout into your page.

<script
src="https://iframe-checkout.test.zaver.com/loader/loader-v1.js"
id="zco-loader"
zco-token="emNvdG9rOWNhOTU2YmQtYWYyNS00NjBkLWE0YjMtY2QyZmUzMGJmNTlk="
>
</script>

Additionally, the primary and secondary colors of the Zaver component can be adjusted to fit with layout:

<script
src="https://iframe-checkout.test.zaver.com/loader/loader-v1.js"
id="zco-loader"
zco-token="emNvdG9rOWNhOTU2YmQtYWYyNS00NjBkLWE0YjMtY2QyZmUzMGJmNTlk="
zco-primary-color="#7d449e"
zco-secondary-color="#ac70cf"
>
</script>
1.0.9

4 months ago

1.0.8

5 months ago

1.0.7

9 months ago

1.0.6

1 year ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago