Order

payinAmount

  • Type: string

  • Example: 105.15

  • Details:
    Pay in amount. This parameter is incompatible with payoutAmount or payoutAmountDefault.
    User cannot change value in the widget.

payinAmountDefault

  • Type: string

  • Example: 105.15

  • Details:
    Pay in amount. This parameter is incompatible with payoutAmount or payoutAmountDefault.
    User can change value in the widget.

payinCurrency

  • Type: string

  • Example: USD

  • Details:
    Pay in currency. payinGroup or payinGroupDefault is required.
    User cannot change value in the widget.
    Also see currency list.

payinCurrencyDefault

  • Type: string

  • Example: USD

  • Details:
    Pay in currency. payinGroup or payinGroupDefault is required.
    User can change value in the widget.
    Also see currency list.

payinGroup

  • Type: string

  • Value: card | crypto | bank | sepa | sofort | balance
    See group list.

  • Details:
    Method of payment. payinCurrency or payinCurrencyDefault is required.
    User cannot change value in the widget.

payinGroupDefault

  • Type: string

  • Value: card | crypto | bank | sepa | sofort | balance
    See group list.

  • Details:
    Method of payment. payinCurrency or payinCurrencyDefault is required.
    User can change value in the widget.

payoutAmount

  • Type: string

  • Example: 0.025

  • Details:
    Pay out amount. This parameter is incompatible with payinAmount or payinAmountDefault.
    User cannot change value in the widget.

payoutAmountDefault

  • Type: string

  • Example: 0.025

  • Details:
    Method of payment. payinCurrency or payinCurrencyDefault is required.
    User can change value in the widget.

payoutCurrency

  • Type: string

  • Example: USD

  • Details:
    Pay out currency. payoutGroup or payoutGroupDefault is required.
    User cannot change value in the widget.
    Also see currency list.

payoutCurrencyDefault

  • Type: string

  • Example: USD

  • Details:
    Pay out currency. payoutGroup or payoutGroupDefault is required.
    User can change value in the widget.
    Also see currency list.

payoutGroup

  • Type: string

  • Value: card | crypto | bank | sepa | sofort | balance
    See group list.

  • Details:
    Method of payment. payoutCurrency or payoutCurrencyDefault is required.
    User cannot change value in the widget.

payoutGroupDefault

  • Type: string

  • Value: card | crypto | bank | sepa | sofort | balance
    See group list.

  • Details:
    Method of payment. payoutCurrency or payoutCurrencyDefault is required.
    User can change value in the widget.

dstAddress

  • Type: string

  • Details:
    Wallet address. Must be used together with payoutCurrency. You should use address from testnet with sandbox.
    User cannot change value in the widget.

dstAddressDefault

  • Type: string

  • Value: see payoutGroup

  • Details:
    Wallet address. Must be used together with payoutCurrency. You should use address from testnet with sandbox.
    User can change value in the widget.

memo

Required in case of payoutCurrency is:

currencyTypeDescription
EOSstringmemo_id
XLMstringmemo_value
XRPinteger [ 0 .. 4294967295 ]tag
  • Details:
    User cannot change value in the widget.

memoDefault

  • Type: Same as memo

  • Details:
    User can change value in the widget.

partnerOrderId

  • Type: string

  • Default: null

  • Example: ABCDEFG-1234567

  • Details:
    Unique partner id for the order, 64 characters [A-Za-z0-9-_] - you should make it up yourself - it should be UNIQ.

payToPartner

  • Type: boolean

  • Default false

  • Details:
    If payToPartner == true then money will be sent to partner account after exchange. Parameter payoutCurrency is required. Compatible only with crypto currencies.

Last Updated: