vendorInfo

Request

Property NameTypeRequiredDescription
commissionAmountdecimalOptionalVendor's commission amount for the transaction.

If blank, the transaction will use the commission rate set during the creation of the vendor.

If specified, the currency will be the same as the transaction currency.

For recurring charges, this property sets the commission amount for the first transaction only. To set the commission amount on subsequent recurring transactions, use recurringCommissionAmount or recurringCommissionPercent.

Note: Only commission percent or amount should be used, not both.
commissionPercentdecimalOptionalVendor's commission percent for the transaction.

This value should be between 0-100. If the parameter is not included, it will be set to 0.

For recurring charges, this property sets the commission percent for the first transaction only. To set the commission amount on subsequent recurring transactions, use recurringCommissionAmount or recurringCommissionPercent.

Note: Only commission percent or amount should be used, not both.
recurringCommissionAmountdecimalOptionalCommission amount that the vendor receives for recurring charges after the initial transaction. You set the commission for the initial transaction with commissionAmount or commissionPercent.

This property uses the same currency as the transaction.

If you omit this property, it is set to 0.

Note: You cannot send this property with recurringCommissionPercent.
recurringCommissionPercentdecimalOptionalCommission percent that the vendor receives for recurring charges after the initial transaction. You set the commission for the initial transaction with commissionAmount or commissionPercent.

This value should be between 0-100. If you omit this property, it is set to 0.

Note: You cannot send this property with recurringCommissionAmount.
vendorIdintegerRequired
For transactions involving vendors
ID assigned by BlueSnap to the marketplace vendor.