{ "operationId": "listPaymentMethods", "method": "GET", "path": "/companies({company_id})/paymentMethods", "summary": "List Payment Methods", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listpaymentmethods200Example", "example": { "value": [ { "id": "abc123", "code": "example_value", "displayName": "example_value", "lastModifiedDateTime": "2026-01-15T10:30:00Z" } ] } } ] }