Visualization
lang
Type:
stringDefault:
nullValue:
en- Englishde- Deutschkr- Koreanes- EspaƱolDetails
Language for the widget. If not provide, language will set automatically by IP address.
mode
Type:
stringDefault:
nullValue:
null | modalDetails:
Open widget in modal
Also see: Introduction -> Open widget in modal.
theme
Type:
stringDefault:
nullDetails:
Unique theme id
productDetails
Type:
dictDefault:
nullDetails
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:
stringDefault:
nullDetails
your partner description
code snippet
// Description with markdown and images:
description: `
## My Message Title
Information`
hideClientEmail
clientEmail is required to use hideClientEmail
Type:
booleanDefault:
0Details
hideclient emailif true.
TIP
Also see clientEmail.
hidePayout
Type:
booleanDefault:
0Details
hide theYou getinput only if true.
hideCoupon
Type:
booleanDefault:
0Details
hidecouponif true.
hideFreeFee
Type:
booleanDefault:
0Details
hidefree feeif true.
hidePartnerName
Type:
booleanDefault:
0Details
hidepartner nameif true.
hidePurchaseDetails
Type:
booleanDefault:
0Details
hidepurchase detailsif true.
hideWeAccept
Type:
booleanDefault:
0Details
hidewe acceptif true.
hideFeeDetails
Type:
booleanDefault:
0Details
hidefee detailsif true.
isSkipSecondStep
Type:
booleanDefault:
0Details
skip thesecondstep of the widget, such as entering a crypto address. This parameter will work only ifdstAddressis not null orpayoutGroup== 'balance'.
TIP
Also see field parameters.