How to calculate available rewards
Hi, I read the docs that discuss how to calculate potential rewards for a customer based on their existing point balance at Redeem Loyalty Points for a Discount (Walkthrough 1). I was wondering there...
View ArticleWebhook v2 not working. Status Code 503
I built a webhook to capture events sent to it from the Square API. I tested it with a homegrown app, and I also tested it with Postman. The only thing my webhook does right now is log the data that...
View ArticleReader SDK availability in the UK
Is there a Reader SDK available for accounts based in the UK? 1 post - 1 participant Read full topic
View ArticleCreating a Payment Link in Google App Script
Here is the function from my script: > function generatePaymentLink(amount, form_org) { > var accessToken = debugMode ? "SANDBOX_ACCESS_TOKEN" : "PRODUCTION_ACCESS_TOKEN"; > var apiBaseUrl =...
View ArticleWhat's the channel field for order in squareup dashboard?
what’s the channel field for order in squareup dashboard ? how to chance it? is there any relation between app name and channel? 2 posts - 2 participants Read full topic
View ArticleAre there plans to integrate Tap to Pay in the Reader SDK?
Are there plans to integrate Tap to Pay in the Reader SDK? To enable taking contactless payments within a custom app. 2 posts - 2 participants Read full topic
View ArticleGenerate source_id without using Web Payment SDK
I am working on a system where I cannot integrate the Web Payment SDK on the client side. Do I have any way to generate the source_id using the credit_card_info via API? Or something else where I do...
View ArticleAssociating orders with terminal payment
Are there any possible workarounds to associating an order created with the orders API with a terminal checkout payment so an itemized receipt can be printed? I am aware that the feature is currently...
View ArticleSupporting older devices
I’m using the latest API and was wondering if square can create compatible code that works with older web browser. The code will need to use XMLhttprequest instead of await/async/fetch. I ask this...
View ArticleNot able to see transactions on square sandbox
Hey, From the past two days, on square sandbox, transactions are not visible. There is a message on the page that goes by: " Oh no, something went wrong. It looks like we are experiencing some...
View ArticleTrying to set up API to connect with Square KDS / Expeditor
Hello, I’m trying to set it up so that an order is created on our bespoke kiosk app (react-native) which is then sent to our Square KDS for the kitchen to handle. I have tried the following: Create a...
View ArticleGross value is not matching with the sum of gross_sales_money
Hi, I am trying to the the similar value as in report dashboard. For Gross Sales the values was not matching. Date: 2024-03-26 In dashboard: 2460.55 From API: 2453.80 I am using this filter for orders...
View ArticlePayment total from API does not match dashboard report
The Task My company management want to automate the reports and display the payment data, along with other key indicators in a custom dashboard for executives. Currently, our reports are just a large...
View ArticleIntermittent. Sandbox Error when submitting payment: Tokenization has failed
Using WEB PAYMENTS SDK. The sandbox site has worked for me for over 8 months. Today, now, it is failing intermittently. This error occurs in Sandbox testing, sometimes. Some test transactions go...
View ArticleCan't complete account set up
New account not able to take cc’s, it keeps telling me to finish setting up account but I have, even ordered my hardware and it’s still not working 1 post - 1 participant Read full topic
View ArticleCatalogCategory isn't using the ID set in UpsertCatalogObject
Hello, In Node.js, I’m using UpsertCatalogObject to create a Catalog Category Object. The first time I tried it, it worked perfectly. To test something else, I had to delete the Category in the Square...
View ArticleConfiguring Tip Amounts in Square Reader SDK: A Field Dilemma
Hello, Every one. In the labyrinth of Square Connect API’s documentation, I stumbled upon the TipSettings class, a beacon for customizing the tipping experience. However, amidst its properties, I...
View ArticleRevoke oauth token with Node.js SDK
I am using the Node.js SDK successfully for several API calls, but cannot get oAuthApi.revokeToken to work . This is my code - const newclient = client.withConfiguration({ accessToken: 'Client...
View ArticleGetting alot of Generic Decline errors
Hello, we have implemented square payments on a custom e-commerce application with typescript and django, but I have noticed a lot more generic decline errors than what we had when we were on...
View ArticleHow do I add a CORS header to allow using iFrame to load link from Create...
How do I add a CORS header to allow using iFrame to load link from Create Payment Link When I try to load the link returned from the Create Payment Link into an iframe I get this error. The dialog...
View Article