latestOpenAPI 3.1.02026-08-08243131.9 MB

c5ddcd5c7e72

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.

get/apps/{appUuid}/payments

Path parameters

appUuidstring uuid required
Example:00000000-0000-4000-8000-000000000001

Query parameters

limitinteger

Number of results to return (default 50, max 100).

Number of results to return (default 50, max 100).

cursorstring

Opaque cursor for the next page, from a prior response.

Opaque cursor for the next page, from a prior response.

Headers

X-Fanvue-API-Versionstring required
Example:2025-06-26

API version to use for the request

Response

List of one-time payments for the app

nextCursorstring nullable required

Cursor for the next page, or null if none.