Showing orders with zero invoice total

Hi all, we are using Square Order creation API with square payment form for placing orders. The order does show up under Orders as well as Transactions . Now we want to offer coupons and one of the coupon will make the invoice total to be zero i.e. Free . Is it possible to place the order in this case without paying it such that the order still show up under Orders section?

Hi @teamSleek welcome to the forums!

Yes, you may use PayOrder and pass in empty array for payment_ids. This will allow you to pay for an order that is $0.00. You would still need to use fulfillments to get it to show up under the Orders section, of course, though.