Order
payinAmount
Type:
string
Example:
105.15
Details:
Pay in amount. This parameter is incompatible withpayoutAmount
orpayoutAmountDefault
.
User cannot change value in the widget.
payinAmountDefault
Type:
string
Example:
105.15
Details:
Pay in amount. This parameter is incompatible withpayoutAmount
orpayoutAmountDefault
.
User can change value in the widget.
payinCurrency
Type:
string
Example:
USD
Details:
Pay in currency.payinGroup
orpayinGroupDefault
is required.
User cannot change value in the widget.
Also see currency list.
payinCurrencyDefault
Type:
string
Example:
USD
Details:
Pay in currency.payinGroup
orpayinGroupDefault
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
orpayinCurrencyDefault
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
orpayinCurrencyDefault
is required.
User can change value in the widget.
payoutAmount
Type:
string
Example:
0.025
Details:
Pay out amount. This parameter is incompatible withpayinAmount
orpayinAmountDefault
.
User cannot change value in the widget.
payoutAmountDefault
Type:
string
Example:
0.025
Details:
Method of payment.payinCurrency
orpayinCurrencyDefault
is required.
User can change value in the widget.
payoutCurrency
Type:
string
Example:
USD
Details:
Pay out currency.payoutGroup
orpayoutGroupDefault
is required.
User cannot change value in the widget.
Also see currency list.
payoutCurrencyDefault
Type:
string
Example:
USD
Details:
Pay out currency.payoutGroup
orpayoutGroupDefault
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
orpayoutCurrencyDefault
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
orpayoutCurrencyDefault
is required.
User can change value in the widget.
dstAddress
Type:
string
Details:
Wallet address. Must be used together withpayoutCurrency
. 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 withpayoutCurrency
. You should use address from testnet with sandbox.
User can change value in the widget.
memo
Required in case of payoutCurrency
is:
currency | Type | Description |
---|---|---|
EOS | string | memo_id |
XLM | string | memo_value |
XRP | integer [ 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:
IfpayToPartner
==true
then money will be sent to partner account after exchange. ParameterpayoutCurrency
is required. Compatible only with crypto currencies.