I created a new square customer using the API.
I tried to find that customer in the Square POS App, but no luck until
I forced the app to quit, and restarted.
Questions:
- Is there a way to get the App show the new customer automatically while it is running, or is it required to quit and restart?
- If restart is required, does the app have a “Quit” button someplace? I can’t find it and I don’t see any help on the web (I searched for a while)
Thanks for the info
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
In-App Payments SDK Quickstart
Build on Mobile Web
https://developer.squareup.com/docs/get-started/create-an-account
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.
The Square Point of Sale app should automatically sync and display new customers created via the API. However, there might be a slight delay due to network conditions or other factors. If the new customer is not showing up immediately, you can try refreshing the app or navigating to a different section and then back to the customer list. If the issue persists, you may need to force quit and restart the app.
As for your second question, the Square Point of Sale app does not have a specific “Quit” button. On most mobile devices, you can quit an app by swiping it away from the recent apps view or using the device’s built-in force quit function. For example, on an iOS device, you can double click the home button (or swipe up from the bottom on devices without a home button) and then swipe the app away. On Android, the process can vary depending on the device, but generally, you can access the recent apps view with a dedicated button or gesture and then swipe the app away.
This answer was reviewed by @Bryan-Square.
The Square Point of Sale app should automatically sync and display new customers created via the API.
Thanks. I got impatient on intital testing. This time I watied.
However, there might be a slight delay due to network conditions or other factors. If the new customer is not showing up immediately, you can try refreshing the app or navigating to a different section and then back to the customer list.
In case anyone else wants to know: Actual time between creation and display on the app was about 2.5 minutes. I would ‘naviagate to the add customer’ screen, then back to the order; 150 seconds +/- later, I could find the new customer.
you can try refreshing the app
FYI, I could not find a ‘refresh’ method on my Pixel 3a (we use this antique because it has an earphone jack for the simple Square card swiper).
TLDR: just wait for a couiple of minutes.
Thanks for the suggestions.