๐Ÿ’ณPayment Widget

We provide ready to use widget that can be integrated into your app in less than 30 minutes

Go to SimplePay Demo Widget โ†—๏ธ

Installation

To install Widget use package manager or load script from CDN

npm install --save-dev @simplepay-ai/widget
import '@simplepay-ai/widget';

Then add component to desired place on page

<payment-app
    price="0.8"
    appId="09476f0c-ed36-4dfe-84f4-ef2df1644830"
    clientId="bf298925-2f45-492c-891d-f997aa7ac864" # UUID or Int
    backToStoreUrl="https://example.com"
/>

Configuration

Component configuration may be done via html attributes

Available attributes:

Last updated