Customers cannot complete payment because tokenize() stalls in some environments
Yesterday I was improving my shopping cart on my website then when I did some basic testing, I notice your web SDK tokenize() method takes a while to complete. I’m calling it as result=await...
View ArticlegetBalanceApi php error
HI, im trying to retrive the curent balance of the client using the $client->getBalanceApi() in PHP but I’m getting this error Fatal error : Uncaught Error: Call to undefined method...
View ArticleApple pay shows "Apple Pay is not available for this website"
Hi, we are testing Apple Pay in the sandbox, but after selecting a test card from Apple Pay and returning to our site, it simply displays “Apple Pay is not available for this website”. 2 posts - 2...
View ArticleHow to retrieve Dine In options in API request?
I’ve been lookign forward to retrieve the dine in type for transactions and orders through API request. As far as I read this wan’t available in 2020 - 2021 - 2022 but after that there are no...
View ArticleCreate Subscription Plan and create a payment link through the API
I’m struggling to find up to date API documentation for the flow: create subscription plan create payment link I tried the steps on this page but I get the error: ‘Invalid object XXXXXXXXXXXXXXX:...
View ArticleCreate Terminal Checkout Suddenly Not Working
Last week, I purchased a Square Terminal and followed the steps on these pages Square Developer Take Payments with the Terminal API Learn how to take a payment with the Square Terminal API and Square...
View ArticleWhat's the recommended way to manage features for a subscription plan?
I’d like to manage a list of features that are available for subscription plans to my SaaS service. Should I create a catalog item for each feature and link them to each plan variation? Curious how...
View ArticleNecessary API calls to take payment for a Subscription via payment link and...
I’m building a subscription flow for a SaaS service where the user must enter the card details from the outset, even if there’s a trial period. Trying to understand the sequence of APIs that need to...
View ArticleHow to Handling Square Stand Connection Status with ReaderObserver?
We have implemented the ReaderObserver protocol for the Square Stand using the following code. While it works fine in most cases, it does not handle the scenarios mentioned below. Are there...
View ArticleDispute not displayed in seller dashboard
Dear Team, We noticed below dispute is available if we get it from square dispute API (we got this dispute from square webhook), but it’s not displayed in seller dashboard, could you please help to...
View ArticleSquare Card Payment c# example (sqRazorSample)...
Hi there, I am new to Square payment development. I am using “\SquarePaymentExamples\connect-examples\v2\csharp_payment” example to set up the initial testing program locally. I used my SandBox...
View ArticleQuestion about the relationship between the three lists “line_items”,...
I have a question about the relationship between the three lists “line_items”, “taxes” and “discounts” in “order”: https://developer.squareup.com/reference/square/orders-api/retrieve-order It seems...
View ArticleGoLang SDK Github Repo
Hi I was looking for GoLang sdk and I saw that Github repo updated few hours back. github.com GitHub - square/square-go-sdk Contribute to square/square-go-sdk development by creating an account on...
View ArticleSetup webhook notifications
I am trying to setup an OAuth process and then setup webhooks to make this an incredibly easy process for store owners ideally never having to create their own App or find their API credentials...
View ArticleHow to determine when extra customer information is required
One thing I noticed when going through the API docs is that the more personal information a customer provides, the better chance the order will be successful. However, I read on the internet that a...
View ArticleQuestions about playing sounds on the Register hardware
Hello, I have developed an app that allows users to order ahead at square locations. We have had some success at locations with iPads, by sending them a push notification with a sound so they can hear...
View ArticleWeb Payments SDK Security Exposure
I believe there is a security exposure in the Web Payments SDK. In Australia, merchants are permitted to add a credit/debit card surcharge to cover the costs of processing the payment. This surcharge...
View ArticleExecute payment with previously saved card
Hi I need to make a payment with the card that was attached to the customer. how could I do that? the goal is to have some clients with saved cards and to have possibility to charge their cards, but...
View ArticleIn the future, will the card information be able to be stored in a new...
In the future, will the card information be able to be stored in a new payment flow compatible with the 3DS? If so, when do you expect to be able to do this, and will it be ready by March 29, 2025? 2...
View ArticleServer-side Python example
Hello I’m new to server-side coding, and I was able to deploy the GitHub - square/in-app-payments-server-quickstart: In-App Payments Server Example to Heroku. This example is in Node.js but I was...
View Article