Automatic assignment of customer based on credit card?
Hi, I have an app right now that creates Square orders via the API. When I create the order, I do not specify any customer. At most, I fill in recipient info. However, in some cases, I noticed that...
View ArticleHow To Build A Healthcare App?
Can anyone provide some guidance? 1 post - 1 participant Read full topic
View ArticleIntegration of Java-based POS & Kiosk with Square Devices
Hello, I have a quick question regarding Square device integration. We (https://chalkboardstoday.com/) have developed our Point of Sale (POS) and Self-Service Kiosk applications using Java &...
View ArticleTracking subscription status via webhook
Hi. I am integrating with Square via API. To track the subscription status, I am using webhooks. For this, I have connected the following events: invoice.canceled, invoice.payment_made,...
View ArticleIssue with Viewing Invoice PDFs in Square Without Authentication
I am implementing a “View Invoice PDF” feature on my webpage, allowing users to access their invoice PDFs via the following Square Sandbox URL:...
View ArticleHow to Handle Webhook Retries for Payment Updates?
Hey everyone, I’m using Square Webhooks to listen for payment updates, but sometimes, I notice that the webhook fails to deliver due to network issues. I know Square retries failed webhooks, but I’m...
View ArticleHow Long Does It Take To Develop a Car Insurance App?
I am starting this discussion for everyone who can answer my query. 2 posts - 2 participants Read full topic
View ArticleCustomer ID Available, but No Saved Card found After Payment Link Payment
Hello, I am using Square’s Checkout API to generate payment links. When a customer completes payment, I receive the payment.updated webhook event, which includes a customer_id. After receiving the...
View ArticleIs there a way to update the sale price using the square api for items in my...
I dont see the sale price show up anywhere in the catalog, only the standard price. Can I only update it through the portal? 2 posts - 2 participants Read full topic
View ArticleOrder dashboard crashed?
I started with some orders data in order dashboard, but after sending an order through API with blank fullfillment type, the order dashboard seems to be crashed and now is empty. I’ve even tried...
View ArticleAuthentication issues with using sandbox api keys on development site
i have a development site on vercel, i have the sandbox api all setup like how i have it on my local dev environment. on my local machine everything works flawlessly, but when i try to test the...
View ArticleTrying to set start_date when creating payment link with a subscription
I am trying to create a payment link with a subscription. Everything is fine except I cannot seem to set start_date for the subscription. Is there any way I can specify it with...
View ArticleInquiry Regarding Missing payment.updated Webhook After...
Dear Square Support Team, I am integrating Square’s Terminal API for processing payments and have encountered a discrepancy in webhook behavior when using await_next_action: true. I would appreciate...
View ArticleCreator of an order
why is it possible to see the team member creator of an order in your dashboard but I cant get it in the API??? 3 posts - 2 participants Read full topic
View ArticleCustomize Google Pay Text
Google normally provides an API to customize the button text eg: const button = googlePayClient.createButton({ buttonColor: ‘default’, buttonType: ‘buy’, buttonRadius: 4, onClick: () => {},...
View ArticlePossible race condition between Square-to-Square Online sync when using...
Because of the way our business operates, each of our items in our Square online store has its own “Select Your Pickup Date” modifier list that contains the dates the respective item is available for...
View ArticleRegarding whether type:terminal.checkout.updated may be called twice with the...
The webhook for terminal.checkout.updated was called twice with the same body. I would like to confirm this is the intended behavior. 1st time: 2025-03-09T19:30:30,471 in JST 2nd time:...
View ArticleI think I'm missing a basic concept of this api. How to get the items out of...
I’m trying to get the catalog objects out of these calls. I’ve tried things like $response->getItems() and $response->getObjects() which don’t work because those methods don’t exist in this...
View ArticleIssue with Square Invoices API - "BAD_REQUEST" Error When Adding Custom Fields
Hi everyone, I’m working with Square’s (web.developer.squareup.com/docs/invoices-api/overview), and I’m running into an issue when trying to add custom fields to an invoice. I’m using the following...
View ArticleIssue while trying to implement sca
hello, i had my integartion working fine but now i am trying to support Strong Customer Authentication (SCA) i tried both flows sending verificationDetails in...
View Article