API ReferenceChangelog
Log In
API Reference

Retrieve transactions for the latest Stripe billing period

Retrieves a paginated list of transactions for the selected team’s latest Stripe billing period, sorted by date. FilterByFromDateTimeParam defaults to the creation date of the team.

Query Params
uuid

Specifies the team ID for the operation.

  • For POST requests, assigns the new object to the specified team.
  • For GET requests, retrieves data for the specified team.
    If not provided, defaults to the ID of the default team associated with the API key.
int32
≥ 0
Defaults to 0

Specifies the current page number, starting at 0.

int32
1 to 100
Defaults to 10

Specifies the number of items per page.

string
enum
Defaults to ASC

Specifies the sort direction for the results:

  • ASC: ascending order.
  • DESC: descending order.
Allowed:
date-time

Filters results by creation date. Includes only items created at or after the specified date and time.
Providing a value greater than the resolved FilterByToDateTimeParam results in a 400 Bad Request response.

date-time

Filters results by creation date. Includes only items created at or before the specified date and time.
Defaults to the current date and time.
Providing a value smaller than the resolved FilterByFromDateTimeParam results in a 400 Bad Request response.

string
enum
Defaults to INCLUDE

Filters results based on the processing transactions mode:

  • INCLUDE: Includes processing transactions in the result / Returns all transaction types in the result.
  • EXCLUDE: Excludes processing transactions from the result / Only returns utilities transactions in the result.
  • ONLY: Only returns processing transactions in the result.
Allowed:
uuid

Filters results to include only those transactions that are associated with the specified videoId.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*