Does Subscription Cancellation Stop Invoice Generation?
Hello, I’m working with Square’s subscription management system and need some clarification regarding how cancellations due to non-payment are handled. If a customer’s subscription is canceled because...
View ArticleHow to Cancel a Subscription After Multiple Failed Payment Attempts
Hello, I’m looking for guidance on managing subscriptions in Square when there are multiple failed payment attempts, such as due to insufficient funds or an invalid credit card. Specifically, I need...
View ArticlePossibility to implement users shipping address into orders field?
Hello all, Previous ticket: Client addresses integrated into the Square orders form? I’ve been struggling to get the user’s order address to show up in the mobile app under the transactions field....
View ArticleSMS verification code not received
Hello, I have troubles accessing my Developer Dashboard. I am in Ukraine, and I am starting development for a client in the USA. The client created an account and assigned full access for my account....
View ArticleBulk upsert returns HTTP 500 error in square explorer
I was playing around in sandbox mode to see if I can finally get the customer bulk upsert operation to work. I made about 20 definitions and created a customer with an alpha-numeric first name. The...
View ArticleWhat is the cost to develop a pest control app?
I know cost can be vary but I want to exactly know the cost to develop an pest control app from domain expert. 4 posts - 3 participants Read full topic
View ArticleWhat are the pain point to overcome from developing car wash app?
I know while building an app we may face problems that eventually become pain points to overcome. What are these pain points? 3 posts - 2 participants Read full topic
View ArticleTurning off 90 day time out
Is there a way on the app on an ipad to keep the login after 90 days of non-use? 3 posts - 2 participants Read full topic
View ArticlePayments API Error
I just set up an account and tried following this video: Sandbox 101: End to End Payments with Web Payments SDK - YouTube but I get an error when I run the page: main-iframe.js:3 GET...
View ArticleRevoke Token endpoint and PKCE flow
This page makes a point of stating that using the Application Secret in an app where users could potentially see the source code is bad: Square Developer OAuth API The OAuth API lets you request...
View ArticleInconsistent behavior with orders.created webhook events
We are using the orders.created webhook to monitor for online purchases and then update our WMS and trigger fulfillment. Over the last week (since 8/21, to the best of my knowledge), we’ve seen...
View ArticleReceiving 400 Errors "Cannot provide more than 10 location_ids." for POST...
We are providing only 10 location ids in this search but we are receiving this 400 error: "Cannot provide more than 10 location_ids." POST /orders/search { data: None, json: { location_ids: [ "1",...
View ArticleOrders send it with orders API, have all items as "Uncategorized"
I have an integration where I send orders from a mobile app. All of the items in the orders are coming in as “uncategorized” Is there a way to assign a category to these items when I send the order...
View ArticleSQRDReaderSDK notifications related to Reader connection / disconnection
We are using SQRDReaderSDK in our iOS app. As per our requirement we need to show local notifications to user whenever the square hardware reader is connected or disconnected or is ready to accept...
View ArticleList payments depending on refund status
currently if I want to use the APIs to determine if a refund was applied to a payment, I’d have to call several functions from the payments and the refunds api and match up the data, which would...
View ArticleApp Submission Pending Review for the past three days
Hello, My app submission status has been “Pending review” for the past three days. Is there a way to speed up the process. App name: Expo KDS Thanks 3 posts - 2 participants Read full topic
View ArticleDifferent merchant / location error
Not sure why I’m getting this response when calling the order api and how to resolve it: {“errors”: [{“code”: “FORBIDDEN”,“detail”: “Cannot fetch orders for a different merchant.”,“category”:...
View ArticleAre there legal reasons not to create loyalty accounts via my application?
The Cat Cafe I’m working for is using a third-party booking system that “integrates” with Square, in that it sends over transaction and customer data–however it does not create loyalty accounts nor...
View ArticleObsolete verifyBuyer documentation + not working without error message
Hello! I’ve managed to successful implement payments with SCA, but I’m struggling a lot now. const verificationDetails = { amount: '10.00', currencyCode: 'EUR', billingContact: { givenName:...
View ArticleCARD_DECLINED_VERIFICATION_REQUIRED but user not challenged?
Hello there, I’m facing another issue. Everything works well in sandbox but once I use a real card in production mode: User is not challenged (userChallenged = false from verifyBuyer)...
View Article