List Payouts
Lists payouts for the partner, most recent first. Supports filtering by status, currency, vendor, payout reference, and payout-date range.
Authorizations
Basic authentication using the partner API keys from https://console.grainfinance.co/keys
Query Parameters
Filter by payout status.
in_process, sent, paid, failed, rejected Filter by the alpha-3 ISO 4217 currency code of the payout. The alpha-3 ISO 4217 currency code of the related entity.
^[A-Za-z]{3}$"EUR"
Filter by your own reference number for the payout. Partner's own reference number for this payout.
^[A-Za-z0-9_.\-]{1,64}$"inv_2026_001"
Filter by your own reference id for the vendor. Partner's own reference ID for the vendor.
^[A-Za-z0-9_.\-]{1,64}$"vendor_001"
Earliest payout date to include, in YYYY-MM-DD format.
Latest payout date to include, in YYYY-MM-DD format.
Page number indicating which set of items to return. The page indicating which set of items are returned
x >= 1number of items in a page
1 <= x <= 100