curl https://api-eu.sulpayments.ch/v1/orders/ord_5f1a3b2c \ -H "Authorization: Bearer {token}"
{ "id": "ord_5f1a3b2c", "external_reference": "ORDER-001", "customer_name": "Jane Doe", "customer_email": "jane@example.com", "description": "Subscription", "status": "paid", "paid_at": "2026-02-15T14:23:00Z", "payment_method": "credit_card", "payments": [ { "id": "pay_001", "status": "paid", "value": 100.00 } ] }
Retrieve a single order with its payments
Bearer {token}