I currently have the Charge operation implemented, however I would like the full order details (ie line items) to also show up in the Clover POS system, so I began also implementing Orders in the ECommerce API. I say a few other community posts with suggestions to use Create Order and then use the Pay operation. However I am still not clear on how I can set the amount of Sales Tax paid for the order. The Charge endpoint has the ability to specify both a sales tax amount as well as a Tip amount. However, the Pay API endpoint seems to only allow you to set the Tip amount. Is there a way to specify how much of the total payment amount was Sales Tax when using the Create Order and the Pay operations? There doesn't seem to be a place to specify a sales tax amount on either of these operations. Thanks