Skip to main content
InputObject

Input Fields

advancedPaymentRate
The advanced payment rate for the underwriting application. Formatted as a decimal.
daysInCycle
The number of days in the processing cycle.
deliveryTimeframe
The delivery timeframe in days.
averageMonthlySalesAmount
The average gross sales amount, in the specified currency.
averageTicketAmount
The average amount of a transaction, in the specified currency.
cardNotPresentMix
The approximate mix of card-not-present (CNP) transactions. Formatted as a decimal., e.g., If CNP transactions make up 80% of total volume, input as 0.8.
cardPresentMix
The approximate mix of card present (CP) transactions. Formatted as a decimal., e.g., If CP transactions make up 20% of total volume, input as 0.2.
chargebackRate
The approximate rate of chargebacks. Formatted as a decimal, e.g., If the chargeback rate is 0.25%, input as 0.0025.
currency
The currency specified on the transaction requests, in ISO 4217 alpha currency code format.
highestTicketAmount
The highest amount of a transaction, in the specified currency.
refundRate
The approximate rate of refunds. Formatted as a decimal, e.g., If the refund rate is 10% of sales, input as 0.1
{
  "advancedPaymentRate": Percentage,
  "daysInCycle": 123,
  "deliveryTimeframe": 123,
  "averageMonthlySalesAmount": Decimal,
  "averageTicketAmount": Decimal,
  "cardNotPresentMix": Percentage,
  "cardPresentMix": Percentage,
  "chargebackRate": Percentage,
  "currency": CurrencyCodeAlpha,
  "highestTicketAmount": Decimal,
  "refundRate": Percentage
}