PayNow

CustomerStatsDto_V2

average_spend_grossMoneyDto_V2Required
amount_minor_unitsintegerRequired
The amount in the smallest unit of the currency, e.g. cents for USD. For example, 1000 = $10.00 USD.
iso_currencystringRequired
The ISO 4217 currency code, e.g. "USD", "GBP".
average_spend_netMoneyDto_V2Required
amount_minor_unitsintegerRequired
The amount in the smallest unit of the currency, e.g. cents for USD. For example, 1000 = $10.00 USD.
iso_currencystringRequired
The ISO 4217 currency code, e.g. "USD", "GBP".
customer_idFlakeIdRequired
total_active_subscriptionsintegerRequired
total_chargebacksintegerRequired
total_monthly_recurring_revenueMoneyDto_V2Required
amount_minor_unitsintegerRequired
The amount in the smallest unit of the currency, e.g. cents for USD. For example, 1000 = $10.00 USD.
iso_currencystringRequired
The ISO 4217 currency code, e.g. "USD", "GBP".
total_paymentsintegerRequired
total_refundsintegerRequired
total_spend_grossMoneyDto_V2Required
amount_minor_unitsintegerRequired
The amount in the smallest unit of the currency, e.g. cents for USD. For example, 1000 = $10.00 USD.
iso_currencystringRequired
The ISO 4217 currency code, e.g. "USD", "GBP".
total_spend_netMoneyDto_V2Required
amount_minor_unitsintegerRequired
The amount in the smallest unit of the currency, e.g. cents for USD. For example, 1000 = $10.00 USD.
iso_currencystringRequired
The ISO 4217 currency code, e.g. "USD", "GBP".
Example
{
  "average_spend_gross": {
    "amount_minor_units": 0,
    "iso_currency": "string"
  },
  "average_spend_net": {
    "amount_minor_units": 0,
    "iso_currency": "string"
  },
  "customer_id": "411486491630370816",
  "total_active_subscriptions": 0,
  "total_chargebacks": 0,
  "total_monthly_recurring_revenue": {
    "amount_minor_units": 0,
    "iso_currency": "string"
  },
  "total_payments": 0,
  "total_refunds": 0,
  "total_spend_gross": {
    "amount_minor_units": 0,
    "iso_currency": "string"
  },
  "total_spend_net": {
    "amount_minor_units": 0,
    "iso_currency": "string"
  }
}