x

Why order is not showing up on sandbox dashboard?

While testing orders in Sanbox environment, My order is successfully placed through order API, but in my sandbox dashboard it is not showing up. I have filled up line item, location id, fulfillment object and base amount correctly and the API response is also shows success. But Why can't I see the in my Sandbox dashboard? Please help me if I am missing any objects or there is some other issue?

6,389 Views
Message 1 of 17
Report
1 Best Answer
Alumni

Best Answer

@Saleh

 

Talked with our API Team and they think you're missing one key piece: paying for the order. The order needs a fulfillment and it has to be paid for before it's pushed to the Dashboard

 

They also want to note that you can pay for the order by using CreatePayment endpoint and passing the order_id as a parameter

 

I hope this helps! 

Justin
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.

View Best Answer >

6,328 Views
Message 2 of 17
Report
16 REPLIES 16
Alumni

Best Answer

@Saleh

 

Talked with our API Team and they think you're missing one key piece: paying for the order. The order needs a fulfillment and it has to be paid for before it's pushed to the Dashboard

 

They also want to note that you can pay for the order by using CreatePayment endpoint and passing the order_id as a parameter

 

I hope this helps! 

Justin
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
6,329 Views
Message 2 of 17
Report

Thank you so much for the helpful answer. @JustinC 

6,303 Views
Message 3 of 17
Report
Square Community Moderator

Let us know if anything else comes up, @Saleh🙌

Joe
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
6,299 Views
Message 4 of 17
Report
Beta Member

When customer will come to my shop and pay for it , then I hand product to him.

I want to prepare it before his coming,and before his paying.

 

 

Is there any goog way for showing the order before paying?

6,102 Views
Message 5 of 17
Report
Alumni

Hi there @yasunaoizawa!

 

Is your question related to an API you've integrated with your account? 

Justin
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
6,088 Views
Message 6 of 17
Report
Beta Member

Thank you for replying.

 

Exactly ,Yes. 

At first , I create a order instance(fulfillment type: PICKUP) using square connect Api.

But, that order are not shown on Dashboad or iPadApp order list.

 

After that, I create a invoice or checkout instance using api.

It are not shown yet.

 

Finaly, that checkout or invoice made status paid, I can see them.

 

Is that PointOfSalesApp's design/specification?

 

6,071 Views
Message 7 of 17
Report
Square Community Moderator

@yasunaoizawa thanks for asking! Your customers will always have to prepay for an item even if it's ordered through API or our Online Store. 

AshleyK
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
6,034 Views
Message 8 of 17
Report
Beta Member

I apriceate for your advise,Ashley.

 

Yes,that is the best way for dening spam order.

5,974 Views
Message 9 of 17
Report

Hello.

I'm following the procedure you've described but i still don't see my order (any order) in my orders list. The list is just empty.

What i did:
1) created an order (POST /v2/orders)
2) created a payment for it (POST /v2/payments)
3) completed the payment (POST /v2/payments/{payment_id}/complete)

Now:
1) I see the completed transaction in my dashboard
2) If i retrieve the payment (GET /v2/payments/{payment_id}) i see that it's 
"status": "COMPLETED"


Yet, i still don't see the order in my dashboard's Orders section with the filters  set to show All orders and All types

5,794 Views
Message 10 of 17
Report
Square Community Moderator

Hey @Mikhail,

 

I reached out to the API team and they asked if the orders also had a fulfillment on it since that wasn't specified here. 

 

Also they asked if you could share the order_id! I'll keep a look out for your reply here.

Ashley C
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
5,620 Views
Message 11 of 17
Report

thank you! The problem was in fulfillment missing

5,609 Views
Message 12 of 17
Report
Square Community Moderator

Oh nice haha @Mikhail!
 

Always cool when your question becomes the answer. 😂

Ashley C
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
5,597 Views
Message 13 of 17
Report

I am having a similar issue where the order doesn't show up in the sandbox.

Here are the steps:

Create an order using order API,
Adding shipping to it (fulfillment)
Paid for the order using sandbox master card (as per square documentation)
order state OPEN
payment status COMPLETED
I am not sure what else I am missing, but the order doesn't show up in sandbox

5,133 Views
Message 14 of 17
Report

nevermind, it was the issue with the location. Somehow it was showing inactive. I reactivated it from the location setting on dashboard, and order start showing up.

5,132 Views
Message 15 of 17
Report

I know this is a little old but I am running into a similar issue - I am trying to create the fulfillment object on my order so it will show up in the orders on the dashboard. However all of these orders are digital, which the SDK and documentation does not really support apparently. If I try setting the type to DIGITAL, it gives me an error that the digitaldetails are not supplied, but there is no digitaldetails object, which is not available as an object type. 

 

In this case, would I just set it to a pickup and create the properties so that they would mimic a digital order? Or is there something else I am missing

3,858 Views
Message 16 of 17
Report
Square Community Moderator

Hey there @vrtxdigital at this time my best suggestion to this would be to seek support in our Developer Portal. Once there visit the Support Section and I am sure you will have better luck there. 

JJ
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
3,779 Views
Message 17 of 17
Report