I am trying to filter response from orders API using modifiedTime filter and expand payment and line items together. However, payments field doesn't get expanded.
Command:
curl -s "https://apisandbox.dev.clover.com/v3/merchants/[VALID_MERCHANT]/orders?filter=modifiedTime>=1463520604000&expand=payments%2ClineItems" --header "Authorization: Bearer [VALID_API_TOKEN]" | python -mjson.tool