The sales info parameter is defined in the table below.
Sales Info Parameters
Parameter
Type
Description
sales_info_id
string
The identifier for the Sales Info entity.
card_brands
array
List of additional card brands to accept beyond Visa and Mastercard. Must be one or more of the CARD_BRANDS. Currently only AMEX is supported.
sales_method
object
Distribution of sales across different channels. All percentages must total 100. The sales method parameter is defined in the table below.
sales_amount
array of objects
Sales revenue statistics for the business. Each entry requires a type, value, and currency. The sales amount parameters are defined in the table below.
Sales Method Parameters
Parameter
Type
Description
retail
integer
Percentage of retail sales (in-person transactions). For example, 25 means 25%.
telephone
integer
Percentage of telephone sales (phone-based transactions). For example, 25 means 25%.
online
integer
Percentage of online sales (web-based transactions). For example, 25 means 25%.
keyed
integer
Percentage of keyed sales (manually entered transactions). For example, 25 means 25%.