API ReferenceChangelog
Log In
API Reference

Retrieve transactions for a Stripe billing period

Retrieves a paginated list of transactions for a specific Stripe billing period. FilterByFromDateTimeParam defaults to the creation date of the team.

Path Params
uuid
required

The unique identifier for the object.

Query Params
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
*/*