Analytics

Get Top Payment Methods

Retrieves the top 10 payment methods by revenue.

get/v1/shops/{shopId}/analytics/top-payment-methods

Response

object[] required

Example response

[
  {
    "id": 1,
    "type": "stripe",
    "name": "Stripe",
    "icon": null,
    "total_orders": 1,
    "total_revenue_usd": 14.99
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.