Retrieve new orders without IDs

I am using the orders API to allow folks to pay for their care and provide additional data, but I cannot figure out how to get those payments into my system with that data. I’m using PHP.

I need to get all the orders, and I don’t know what the order id is because I don’t use it for anything. It’s already been fulfilled.

You can use SearchOrders to query for orders that don’t have the order_ids for. :slightly_smiling_face: