Pix Automatic (Recurrence)
List authorizations
Lists recurring payment authorizations based on provided filters.
GET
Headers
Example:
"your-x-api-key"
Example:
"your-x-api-token"
Query Parameters
Filter by authorization status.
Available options:
CREATED
, APPROVING
, APPROVED
, REJECTED
, EXPIRED
, CANCELLING
, CANCELLED
, ACTIVE
, CONCLUDED
Example:
"ACTIVE"
Filter by the payer's name.
Filter by start date (format YYYY-MM-DD).
Filter by end date (format YYYY-MM-DD).
Page number for the query.
Maximum number of results per page.
Field to sort the results by.
Available options:
updatedAt
, creation
, payerName
Sort order.
Available options:
ASC
, DESC
Response
200
application/json
List of authorizations returned successfully.
The response is of type object
.