Payouts
Elenco dei Dettagli di Ripartizione dei Pagamenti
Restituisce voci di bilancio individuali paginati per un pagamento, con l’importo di ciascuna voce pro-rata nella valuta del pagamento.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.dodopayments.com/llms.txt
Use this file to discover all available pages before exploring further.
Autorizzazioni
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parametri del percorso
Id of the Payout to get breakup for
Parametri della query
Number of items per page. Default: 10, Max: 100.
Intervallo richiesto:
x >= 0Page number (0-indexed). Default: 0.
Intervallo richiesto:
x >= 0Risposta
Per-row payout breakup in payout currency
Paginated response containing individual payout breakup entries.
List of payout breakup detail entries.
Last modified on April 1, 2026
JavaScript