Refunds with missing tender_id
Hello, We are making accounting integrations. We have found multiple customers in the last month that have missing tender_id. There is one example refund: { "id":...
View ArticleHow to identify which coupon code was used on a particular Square online order
We are having difficulty identifying the usage of coupon codes for specific orders. Our org uses multiple different codes and it is important for users to be able to see which coupon code was applied...
View ArticleOrder Line-Item created_at timestamps
Hi, In my Square integration app, I need to determine the exact time an item was added to an order, particularly in a restaurant or bar setting. We apply deals or coupons that are valid only during...
View ArticleWhy do I get error 422 when I try to create a new topic with a link on my...
I constantly receiving 422 if I try to post something here with a link on my github. 3 posts - 3 participants Read full topic
View ArticleHow do I get the new SCA payment flow to work?
Hello there! I’m currently trying out the new SCA payment flow, which is described. The documentation (Take a Card Payment) says I need to pass the new parameters to the “tokenize()” method. But there...
View ArticleBlank Page with "Something Went Wrong" Error When Accessing Square Checkout...
I am using Square’s API to create a checkout link. The API request succeeds, and I receive a valid response, including the checkout URL. However, when I attempt to open the generated URL, I see a...
View ArticleHave been waiting for 13 days for a message that would supposedly arrive in 1...
I went through the flow to get matched with an app developer partner. 13 days ago, i got the below email. I have heard nothing since. And when i contact the email address in the message below, the...
View ArticleCode No Longer Returns Categories
Hello there, I am trying to return categories from the Square API, but for some reason, it is no longer returning categories from the API. It used to work a few months ago, but now, I am not getting...
View ArticleSubmitting an App To Square Up - Square Testing
We are getting close to submitting our app to Square and have gone through the App Marketplace submission question. Will the “Square Testers” be using a Production version of Square or will they be...
View ArticleCreate payment link returns "An unknown error occurred."
I have account which is in sandbox and i am implementing Create payment link (POST /v2/online-checkout/payment-links) API in my software. i have filled the required parameters in api in order to...
View ArticleNew Releases: Terminal API, Team API, Go SDK, and Payments API
Hi everyone, We are excited to announce a series of new releases across various APIs and SDKs on our platform! Check them out: Introducing the Go SDK (GA) Seamlessly integrate with the Square REST API...
View ArticleHow can I find out what's happening with Web Payments?
Since late last week, we are getting reports of customers who seem unable to enter payment data correctly and are unable to complete payments using the Square Payments widget. We know the widget...
View ArticleAble to create items of SKU that already exist in Catalog
Refer this sample cURL request curl https://connect.squareup.com/v2/catalog/batch-upsert \ -X POST \ -H 'Square-Version: 2024-12-18' \ -H 'Authorization: Bearer ACCESS_TOKEN' \ -H 'Content-Type:...
View ArticleHow to filter Invoice endpoint by "updated_at" field
Is there any possibility to retrieve all the Invoice data for one location from a single api call? or Can we filter the Invoice data by specific fields? (ex: created_at, updated_at) 2 posts - 2...
View ArticleTokenizationErrors in card tokenize method
I’m having intermittent issues with the .tokenize() method when using the webpayments SDK. The error it’s returning is: {“message”:“the tokenization request is already in...
View ArticleCan the card fingerprint be determined before a payment?
What goes into creating the card fingerprint? Is it possible for me to determine the card fingerprint based on details from the credit card and other user details? My goal is to create a way to...
View ArticleGetting an uncaught timeout error when upserting a product
Hello, I am using the \Square\Models\upsertCatalogObject() endpoint to add a product to square it is returning the following Fatal error : Uncaught Square\Exceptions\ApiException: Operation timed out...
View ArticleWebhooks not sending for Sandbox orders
I have done 10+ orders through the Checkout Payment Link and I am not receiving webhooks. My site is capable of receiving and processing the webhooks as when I manually trigger them they get received...
View ArticleDownloading premade CSV sales report vs building a sales report
Hi! I’m new to development and the Square system. I’m looking to make a program that will download a few CSVs that I will be using data from. Particularly, I’m looking at these two in the Dashboard:...
View ArticleBookings API: envoy has no route for the specified Host header
The search availabilities endpoint has been returning the following error “envoy has no route for the specified Host header. Visit https://go/envoynoroute for debugging help.”. Please help as this is...
View Article