I am developing a tablet POS with Square’s reader.
I want to test it in my small store in the US.
Can I just create a store account on Square and buy the reader?
And if I pay with a location ID, will the payment actually be processed?
I am developing a tablet POS with Square’s reader.
I want to test it in my small store in the US.
Can I just create a store account on Square and buy the reader?
And if I pay with a location ID, will the payment actually be processed?
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:
Payment API: Process Online and In-Person Payments
Reader SDK Quickstart
Reader SDK Quickstart
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.
For taking payments on a Square Reader you’ll want to use our Mobile Payments SDK. The Mobile Payments SDK lets developers accept in-person payments using an embedded Square payment flow in iOS and Android applications. Sellers can take mobile payments using a Square Reader or Square Stand. The Mobile Payments SDK is the successor of the Reader SDK and offers the following benefits:
Payment
objects to enable:
Order
objects to enable:
Catalog
objects.ReaderManager
.Thank you for the explanation.
I have completed the development so that payment and refund are all working normally in a sandbox environment using the Mobile Payments SDK and Payment API.
So I am going to test it with a real square reader in an actual store.
So I need to tell the store owner what actions to take, but I don’t know how.
After this, what should I do if I want to make a payment at the store with the POS application I’m developing?
Have you built out an OAuth process so the seller can connect their Square account with your application?