Payments
List Payments
Returns a paginated list of payments for your business.
GET
Headers
Your API access key.
Your API secret key.
Query Parameters
Number of payments to return. Maximum
100.Cursor for pagination. Pass the
next_cursor value from the previous response to get the next page.Filter by payment status. One of:
PENDING, SUCCEEDED, FAILED, CANCELLED, REFUNDED.Response
List of payment objects.
Whether there are more payments beyond this page.
Pass this value as
cursor in the next request to fetch the next page. null if there are no more results.