Getting error while trying to create Square Client in Java
SquareClient client = new SquareClient.Builder() .bearerAuthCredentials(new BearerAuthModel.Builder(accessToken).build()) .environment(Environment.PRODUCTION) .build(); I am getting the below error...
View ArticlePassing a variable as BigInt to create a new order
I’m trying to create an order with the new 40.0 API and I keep getting error with the baseMoney.amount field. I am passing a number like 3500 from a cart object and it’s keeps giving me an error. I...
View ArticleSquare is claiming valid phone numbers are invalid
We’re using Square to handle payments for a business in London, where people from around the world come to take classes. A significant number of customers are unable to complete the checkout process...
View ArticlePass customer_id to a payment link
I have just discovered that passing customer_id to a payment link does nothing. It returns a new client instead. This way I cannot differentiate, who has purchased subscription originally because I...
View ArticleHow do I find my Secret Key for my payment gateway
I’m trying to integrate with spiro.media and it’s asking for my LocationID which i’ve already obtained but also my “Secret Key”. I’ve noticed other people have mentioned secret keys in this forum but...
View ArticleIs there any way to connect the RFID Reader with Square Stand Device?
I have a Square Stand device with me, I want to connect the RFID Reader with the Stand device to get the payment from RFID cards. How can I connect the RFID Reader with the Stand device? I have tried...
View ArticleMeta-guide for troubleshooting?
Hi. I’m a Square user. We are using Square with Wordpress and plugins. I’m pretty familiar with Wordpress, but not with Square. What I’m hoping for is documentation meant for someone like me: I didn’t...
View ArticleHow can I cancel subscription which was created by checkout api
I use payment link api (/v2/online-checkout/payment-links) to provide a quick pay for subscription plan ( doc link: Subscription Plan Checkout), But I don’t know how can I cancel it if my customer...
View ArticleAnalytics for square online
I’ve recently built a square online store and am starting to sell products. Are there any analytics that I can learn from to tell me about people visiting my item pages, putting items into carts,...
View ArticleMobile-payment-sdk crashing the Android POS App by detecting Star Usb Printer
Greetings, Our POS App using your mobile-payment-sdk-2.0.2 version. Everything is working fine except the following Manifest’s code of yours: <activity...
View ArticleOrders API search call returning very old orders with current updates
I can’t figure out why, but my orders/search queries have been sending me VERY old orders (created 6-11 months old) with new update times. It’s not in response to anything we’re doing in our square...
View ArticleIn the dashboard i dont see any items, but when i use the below API, then it...
I am using the below API and I can see that it brings 3 objects, but in the dashboard the location doesnt have items. It seems to be a problem with some items that are appearing everywhere....
View ArticleSubscription payment link is not working
I created a payment link using the checkout API, and when someone make the payment, an error occurred: “Sorry. Your order didn’t go through. Please try again”. He tried multiple times and received the...
View ArticleReader 1.7.7 Random Crash on Startup
Hi, I know the com.squareup.sdk.reader is being deprecated. However, we do have a crash currently live with the 1.7.7 version (the latest as far as i can tell). It appears random, as we have a...
View ArticleSandbox working but production not working
my sandbox keys are working but when i switch to production and activate the account my production enviornment is not working? Please help me i am using cash app pay option in which app id and...
View ArticleLooking for complete shopping cart including line item amount and cart total...
In orders api I don’t see dollar amount per line item or cart total and need it for sales reporting. 6 posts - 3 participants Read full topic
View ArticleApple Pay stopped working in Production (v1.5.8 of Square In-App Payments SDK...
Hi All, Our iOS app was using v1.5.8 of Square In-App Payments SDK iOS from quite sometime to generate nonce and pay using Apple Pay. We noticed it to be failing for the last few days in Square...
View ArticleGet payments by customer_id
Is it possible to query payments associated with a customer_id? 3 posts - 3 participants Read full topic
View ArticleUpdating Uncompleted Order with Voided Payments
I am running into an issue where, for various reasons, a user may attempt to place an order using the pay_order orders API endpoint and have this fail. We then void all the payments attached to that...
View ArticleSeeking a way to retrieve the 'Employee (Attributed to)' data for each line...
I’ve noticed that in Square’s Dashboard ‘Item Report,’ each line item includes an ‘Employee (Attributed to)’ column, which is crucial for tracking commissions when multiple staff handle items in a...
View Article