cURL
curl --request GET \ --url https://api.example.com/v1/scheduled-payments/{id} \ --header 'x-access-id: <api-key>'
{ "amount_in_cents": 123, "created_at": "2023-11-07T05:31:56Z", "details": { "end_to_end_id": "<string>", "pix_type": "<string>", "receiver": { "account_number": "<string>", "account_type": "payment_account", "bank": "<string>", "bank_code": "<string>", "document": "<string>", "name": "<string>" }, "sender": { "account_number": "<string>", "account_type": "payment_account", "bank": "<string>", "bank_code": "<string>", "document": "<string>", "name": "<string>" }, "message": "<string>", "pix_key": "<string>" }, "id": 123, "receiver": "<string>", "scheduled_date": "2023-12-25", "status": "pending", "type": "pix", "cancelled_at": "2023-11-07T05:31:56Z", "executed_at": "2023-11-07T05:31:56Z", "transaction_id": 123, "updated_at": "2023-11-07T05:31:56Z" }
UUID of the service account (e.g., 550e8400-e29b-41d4-a716-446655440000)
Scheduled payment identifier
Scheduled payment details retrieved
Show child attributes
pending
processing
executed
failed
cancelled
"pix"