Square create order api

Hello,

I need to create an order and payment for this order, I need to add two payments (cash and external)

I need your support
Thank you

With the Orders API you can create an order. Then with the Payments API you’ll want to create a payments for the cash amount and the external amount. You’ll also need to have autocomplete set to. false for the payments. For each of those payments you’ll pass in the same order_id. Once the order is fully paid for you’ll then take the payment_ids and call PayOrder to fully pay for the order. :slightly_smiling_face: