Get payment records
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
The ID of the entity that owns the requested resource.
Query parameters
Order by
Max is 100
A token, obtained from previous page. Prior over other filters
Allowed sort fields
Identifies whether payment is from our rails or external system
ID of the object, that is connected to payment
Type of an object, which is connected with payment
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)
One of the payment record statuses
Payment intent status as a raw string
Payment method used for the transaction
Response
Successful 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).