- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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?
- Labels:
-
Square Stand
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
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!
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
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!
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
Thank you so much for the helpful answer. @JustinC
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
Let us know if anything else comes up, @Saleh! 🙌
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
Hi there @yasunaoizawa!
Is your question related to an API you've integrated with your account?
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
@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.
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
I apriceate for your advise,Ashley.
Yes,that is the best way for dening spam order.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- 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
2) created a payment for it (POST /v2
3) completed the payment (POST /v2
Now:
1) I see the completed transaction in my dashboard
2) If i retrieve the payment (GET /v2"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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
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.
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
thank you! The problem was in fulfillment missing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
Oh nice haha @Mikhail!
Always cool when your question becomes the answer. 😂
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- 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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- 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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- 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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
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.
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report