List one-time (app-OTP) payments for a developer-owned app
Owner-only. Returns one-time payments across all buyers for an app the authenticated developer owns; gated on app ownership. Distinct from /payments/me (read:self) by design — collapsing them would expose every customer’s payments to a buyer token.
read:self— Access your own user profile information, including basic account details and settings.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
"2025-06-26"
Path Parameters
"00000000-0000-4000-8000-000000000001"
Query Parameters
Number of results to return (default 50, max 100).
x <= 100Opaque cursor for the next page, from a prior response.