Lists Pix Automatic plans based on provided filters.
cURL
curl --request GET \ --url https://api.paymee.com.br/v1.1/pix-automatic/plans \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-token: <x-api-token>'
{ "status": 0, "message": "success", "totalElements": 1, "totalPages": 1, "resultSize": 1, "result": [ { "id": "6851c0842bf40769ead1fde5", "title": "Plano Premium Mensal", "description": "Acesso completo a todas as funcionalidades da plataforma.", "frequency": "MONTHLY", "period": 1, "imediateAmount": 49.9, "recurrenceAmount": 29.9, "minimumRecurrenceAmount": 29.9, "retryPolicy": "ACCEPT_3R_7D", "enabled": true, "creation": "2025-06-17 19:22:44", "totalAuthorizations": 0 } ] }
"your-x-api-key"
"your-x-api-token"
Filter by plan title.
Filter by plan status (active/inactive).
Filter by frequency.
Page number for the query.
Maximum number of results per page.
List of plans returned successfully.
0
"success"
Total number of plans found.
1
Total number of pages.
Number of plans returned in the current page.
Show child attributes