Visualization

lang

  • Type: string

  • Default: null

  • Value:
    en - English
    de - Deutsch
    kr - Korean
    es - EspaƱol

  • Details
    Language for the widget. If not provide, language will set automatically by IP address.

mode

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 default style

Product flat 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
    hide client email if true.

TIP

Also see clientEmail.

hidePayout

  • Type: boolean

  • Default: 0

  • Details
    hide the You get input only if true.

hideCoupon

  • Type: boolean

  • Default: 0

  • Details
    hide coupon if true.

hideFreeFee

  • Type: boolean

  • Default: 0

  • Details
    hide free fee if true.

hidePartnerName

  • Type: boolean

  • Default: 0

  • Details
    hide partner name if true.

hidePurchaseDetails

  • Type: boolean

  • Default: 0

  • Details
    hide purchase details if true.

hideWeAccept

  • Type: boolean

  • Default: 0

  • Details
    hide we accept if true.

hideFeeDetails

  • Type: boolean

  • Default: 0

  • Details
    hide fee details if true.

isSkipSecondStep

  • Type: boolean

  • Default: 0

  • Details
    skip the second step of the widget, such as entering a crypto address. This parameter will work only if dstAddress is not null or payoutGroup == 'balance'.

TIP

Also see field parameters.

Last Updated: