Creating and completing an order with prod app creds, but not showing up in prod (dashboard)

Hi,
I am creating and completing an order in the following manner:

  • Creating an order with fulfilment and status COMPLETE to fulfiment but order’s status OPEN.
  • Payment to the order ID with total net amount.
  • Updating the order status to COMPLETE.

but they are not coming up in the UI while coming up in the transaction section of the dashboard.
Anything that I am missing out on?
Thank You

:wave: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:

Additional Documentation

Orders API
Payments API Webhooks
Take a Pickup Order and Pay for It

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

Got to know that my production/seller square dashboard account free trial got expired, that is why it is not showing the orders and also not able to create order from UI itself.

Edit: There must be some info. if it free trial got expired, what is happening was create order button redirects me to home page, rather informing me that.

Orders with fulfillments appear on Square products (such as the Seller Dashboard and Point of Sale application) only after they’re paid for. If you have already paid for the order and it’s still not appearing, it could be due to the location settings. The Payments API assumes the default location when you don’t provide a location ID in a request. If you want to record the payment at one of a seller’s other locations, you need to set the location ID field to that specific location. Also, ensure that the order status is set to COMPLETED after the payment is made. If the issue persists, it might be worth checking if the order has been marked as CANCELED or if there are any errors in the order creation process.

This answer was reviewed by @josh-square.

1 Like