Donation events broken down by payment method for your handle page. Premium only.
API Key API key used for authentication
In: header
Time window. Presets: today, yesterday, last24h, last7d, last30d, last90d, wtd, month. Custom: custom:YYYY-MM-DD:YYYY-MM-DD
"last30d"application/json
application/json
curl -X GET "https://example.com/visitors/donation-methods"{ "methods": [ { "paymentMethod": "card", "events": 40, "visitors": 32 }, { "paymentMethod": "paypal", "events": 10, "visitors": 9 }, { "paymentMethod": "cashapp", "events": 5, "visitors": 5 } ]}{ "error": "string", "code": "string", "details": null}