💵Payment button
This button is used for create a payment invoice on your website.
Simple button
Online demo
Static link
Available parameters:
api-key (string) - your merchant api key from dashboard.smartypay.io
token (string) - payment token code from supported tokens
amount (decimal string) - decimal amount to pay
lang (string) - language (supported values are
"en"
,"es"
,"ru"
)
Animated button
Available parameters:
target - element id
apiKey - you can get it here: dashboard.smartypay.io
token - see valid tokens here: docs.smartypay.io/general/supported-tokens
amount - amount for invoice (example 0.99)
lang -
en
by default (also hases
,ru
)theme -
light
(default) ordark
Sources
React component
Online demo
Usage example
amount - amount for invoice (example 0.99)
token - see valid tokens here: docs.smartypay.io/general/supported-tokens
lang -
en
by default (also hases
,ru
)theme -
light
(default) ordark
apiKey - you can get it here: dashboard.smartypay.io
Sources
Last updated