cURL
curl --request GET \ --url https://api.example.com/v1/scheduled-payments \ --header 'x-access-id: <api-key>'
{ "scheduled_payments": [ { "amount_in_cents": 123, "created_at": "2023-11-07T05:31:56Z", "id": 123, "receiver": "<string>", "scheduled_date": "2023-12-25", "status": "pending", "type": "pix", "executed_at": "2023-11-07T05:31:56Z", "transaction_id": 123 } ], "next_cursor": "<string>" }
UUID of the service account (e.g., 550e8400-e29b-41d4-a716-446655440000)
x >= 0
pending
processing
executed
failed
cancelled
Scheduled payments retrieved
Show child attributes