Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
59 views

I'm encountering a critical issue where my Django backend is unable to receive confirmation from Square about whether a payment has been completed. Environment details: Python: 3.13.2 Django: 5.1.6 ...
Mohammad Shafqat Siddiqui's user avatar
2 votes
1 answer
119 views

The new square api versions 42+ have breaking changes. Im trying to upgrade to ver v42, and I am testing in a local dev environment. I keep getting the following error: *** square.core.api_error....
chris Frisina's user avatar
1 vote
1 answer
117 views

Based on the Square Developer site, it says to initialise a customer like this: require('dotenv').config(); const { Client, Environment } = require('square'); const client = new Client({ ...
ad3's user avatar
  • 11
1 vote
0 answers
70 views

I am working with a Toast branded device that I need to run Square KDS on. The device is an ELO 15in-I-series-4. I have successfully been able to install the the Square KDS apk through adb commands ...
thethomasramsey's user avatar
1 vote
0 answers
34 views

Hi I’m trying to make a bookkeeping app with .net Maui and pull user data from a users square accounts and add them to the book automatically. The only issue is that it seems like o auth 2 for square ...
porter runyon-trapp's user avatar
0 votes
1 answer
52 views

I'm sending a request to the Square API via Node using the ordersApi.searchOrders method, like so: const customerOrders = await ordersApi.searchOrders({location_ids: ["MY_LOCATION_ID"]}); --...
R Greenstreet's user avatar
0 votes
0 answers
189 views

Does anyone know how to embed a booking flow from square on a custom website? Using Angular to add an iframe that pops up when clicking a button that will take you to the appointment booking section. ...
Bob Gravity's user avatar
1 vote
2 answers
478 views

I am trying to deploy an ecommerce site on vercel that uses a square create payment api. It works perfectly on my local server, but when deployed, I get: POST https://mySite.vercel.app/api 405 (Method ...
Baxter John's user avatar
1 vote
1 answer
136 views

I have a webhook which is deployed on firebase cloud function and successfully listening response from squareup terminal api. Now the thing is i want to listen the same in my react front end. Because ...
S.Hashmi's user avatar
  • 497
2 votes
1 answer
35 views

I made a code and it worked well before I added a line to find square root value. The code is composed of simple calculations. I am trying to get the values because I will need to find derivatives of ...
Ginie Kim's user avatar
-1 votes
1 answer
164 views

I'm writing a website using Vue.js that serves as an online store. My client uses Square to manage in-store purchases, so I figured it would be easiest for them if the website gathers certain ...
KGN's user avatar
  • 21
3 votes
3 answers
637 views

So i was asked to square every digit of the number and concatenate them and return as a number using C. But for some reason I am having problems dealing with 0 as digit and implement it in my ...
Pantha Protick's user avatar
0 votes
1 answer
261 views

I'm trying to implement square payments, see here. var client = new SquareClient.Builder() .Environment(Square.Environment.Sandbox) // or .Environment(Square.Environment.Production) for ...
Nick Fleetwood's user avatar
0 votes
1 answer
138 views

I've seen a lot of candlestick chart on youtube video and websites and somehow most of them having rectangle grid for some reason. If I want to create square grid, how do I create code for it and ...
Alan Wong's user avatar
1 vote
1 answer
61 views

I am new to javascript and coding.I can't take a square of a number which comes from a function.I wrote below what I want to do.Thank you all. // BİNARY to DECİMAL // (100110)2 > (1 × 2⁵) + (0 × ...
codAction's user avatar
-1 votes
1 answer
66 views

`Create a Python procedural function(procedure) named square_odd_numbers that takes a list of numbers as its argument. The procedure should print a new list containing the squares of only the odd ...
Muhammet Hayati DAĞARSLAN's user avatar
0 votes
1 answer
37 views

When I have code similar to this, the application works as expected as desktop. launchUrl(uri); setState(() { paymentLaunched = true; }); But, when I had an async function that included launchUrl ...
JGTechie's user avatar
1 vote
0 answers
180 views

I have integrated Cash App Payment through Square API SDKs. I have used Javascript Web SDK & PHP SDK I have mobile app for purchasing bucks and from mobile app it will open webview for cash app ...
Pranav Gandhi's user avatar
2 votes
1 answer
643 views

I was curious to see the Implementation of my Api Interface generated by the Retrofit to see how actually the library handles network requests. I wasn't able to find any generated class related to the ...
Raghav Aggarwal's user avatar
1 vote
2 answers
472 views

Suppose you have been employed as the Data analyst for Amazon. Amazon wants to maximize the number of items it can stock in a 500,000 square feet warehouse. It wants to stock as many prime items as ...
lora's user avatar
  • 33
0 votes
1 answer
303 views

Change the color of the squares of the square grid dart - I am trying to make a page with a square grid all over with small squares. When any square is touched, the color of that square should change ...
Aliezza navi's user avatar
0 votes
1 answer
252 views

I've implemented the square payment just like the documentation indicated and I'm getting an error when loading the page and the card section does not come up. It's a Django project, hosted in AWS EC2....
Istiak Ahmed's user avatar
0 votes
1 answer
478 views

I'm trying to install the square sdk into my flutter app and I am having an issue running on ios simulator. I get an error message and the app terminates before installing on simulator. The ...
Julia Pak's user avatar
  • 762
0 votes
1 answer
645 views

I am using Square .net Web Payments for checkout on my website. I am using the following library from Square: https://github.com/square/connect-api-examples/tree/master/connect-examples/v2/...
sheraz yousaf's user avatar
0 votes
1 answer
699 views

I want to add cashApp payment method to my flutter application and I did some work on it but failed to find the exact method of integration in flutter. Is square_in_app_payments dependency is used for ...
Muhammad Umair Saqib's user avatar

1
2 3 4 5
14