Visualization
lang
Type:
string
Default:
null
Value:
en
- Englishde
- Deutschkr
- Koreanes
- EspaƱolDetails
Language for the widget. If not provide, language will set automatically by IP address.
mode
Type:
string
Default:
null
Value:
null | modal
Details:
Open widget in modal
Also see: Introduction -> Open widget in modal.
theme
Type:
string
Default:
null
Details:
Unique theme id
productDetails
Type:
dict
Default:
null
Details
param for product list
code snippet
productDetails : {
style: 'flat', // or 'default' or nothing
header: 'You buy these things on [site.com](2123):',
items: [
{
img: 'http://site.com/i/socks-collection.png',
name: 'Socks Collection',
count: 2,
price: '36 $'
},
{
img: 'http://site.com/i/backback.png',
name: 'Backback',
count: 1,
price: '55 $',
},
{
img: 'http://site.com/i/sneakers.png',
name: 'Sneakers',
count: 15,
price: '110 $',
},
],
footer: 'Warning! You must buy it!'
}
Product default style
Product flat style
description
Type:
string
Default:
null
Details
your partner description
code snippet
// Description with markdown and images:
description: `![alt text](http://site.com/i/sneakers.png)
## My Message Title
Information`
hideClientEmail
clientEmail
is required to use hideClientEmail
Type:
boolean
Default:
0
Details
hideclient email
if true.
TIP
Also see clientEmail.
hidePayout
Type:
boolean
Default:
0
Details
hide theYou get
input only if true.
hideCoupon
Type:
boolean
Default:
0
Details
hidecoupon
if true.
hideFreeFee
Type:
boolean
Default:
0
Details
hidefree fee
if true.
hidePartnerName
Type:
boolean
Default:
0
Details
hidepartner name
if true.
hidePurchaseDetails
Type:
boolean
Default:
0
Details
hidepurchase details
if true.
hideWeAccept
Type:
boolean
Default:
0
Details
hidewe accept
if true.
hideFeeDetails
Type:
boolean
Default:
0
Details
hidefee details
if true.
isSkipSecondStep
Type:
boolean
Default:
0
Details
skip thesecond
step of the widget, such as entering a crypto address. This parameter will work only ifdstAddress
is not null orpayoutGroup
== 'balance'.
TIP
Also see field parameters.