Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Path Parameters

id
string<uuid>
required

The unique identifier (UUID) of the account. Must be the authenticated account or another accessible via organization membership.

Query Parameters

limit
integer
default:20

Maximum rows to return.

Required range: 1 <= x <= 100
startingAfter
string

Cursor for the next page: the id of the last payment from the previous response.

Response

Payments retrieved successfully

account_id
string<uuid>
required

The account these payments belong to.

Example:

"550e8400-e29b-41d4-a716-446655440000"

payments
object[]
required

Invoices, newest first, merged across every Stripe customer tagged with the account id. Empty when the account has no tagged Stripe customer or no invoices.

hasMore
boolean
required

True when another page exists; pass the last id as startingAfter.

Example:

false