Get payment records
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Created after this datetime (exclusive)
Created before this datetime (exclusive)
Updated after this datetime (exclusive)
Updated before this datetime (exclusive)
Paid after this datetime (exclusive)
Paid before this datetime (exclusive)
Optional date of the upcoming payment (equality)
Planned after this date (exclusive)
Planned before this date (exclusive)
Planned at or after this date (inclusive)
Planned at or before this date (inclusive)
Response
A token that can be sent in the pagination_token
query parameter to get the next page of results, or null
if there is no next page (i.e. you’ve reached the last page).
A token that can be sent in the pagination_token
query parameter to get the previous page of results, or null
if there is no previous page (i.e. you’ve reached the first page).