Questions tagged [square]

Square APIs lets developers process payments online & in-person as well as accessing different information in Square merchant accounts.

Square offers Rest APIs for accessing merchant account data (with their permission of course!) as well as e-commerce. You can also integrate with Square's hardware in your mobile devices with the Point of Sale API for Android, iOS and the web.

Learn more about Square's offerings for developers at Square.com/developers

657 questions
1
vote
1 answer

Check if iphone has Square app installed - open or install

In my code, I need to determine if an app has been installed on the iphone device or not (the app I need to check is Square). If the app isn't installed, I would to open the app directly to Square, and if it is installed, I would like to open…
coder
  • 10,460
  • 17
  • 72
  • 125
1
vote
2 answers

Does the Square app have a custom URL scheme?

In my iOS app, as part of the mobile payments options, I'd like to direct users who have the Square app installed on their device to use this as a payment option. Is there a custom URL scheme that Square uses that would allow me to launch their app…
Karthik
  • 85
  • 6
1
vote
0 answers

Square CreditCard payment in Reactjs

I am trying to integrate react-square-web-payments-sdk , Need to add creditcard holder name field in the paymentform and how can i mention the amount to be deducted from card to do that please check the below code and let me know still i need to add…
1
vote
1 answer

square with BoxGeometry OR GridHelper

I'm starting in ThresJS and I want to make a 5 by 5 square with BoxGeometry or via a gridHelper. I want to create this square and be able to fill each box with a different color or not. Here is my code but I think I make an error in because it is in…
Tony
  • 13
  • 3
1
vote
2 answers

Does Square payment supports multi-vendor payment?

I want to integrate square payment gateway for multi-vendor website. I have done some research on this but not getting the exact answer that Does it providing multi-vendor support or not. Also does it supports, Split payment? Can anyone please help?
Pragna
  • 470
  • 1
  • 3
  • 18
1
vote
0 answers

Square Apple Pay Integration: Terminating app due to uncaught exception 'NSInvalidArgumentException'

Terminating app due to uncaught exception 'NSInvalidArgumentException'. when I hit the Apple Pay Button I got this issue. 787406+0530 Runner[6770:338808] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '***…
Dhiren Basra
  • 820
  • 9
  • 24
1
vote
0 answers

Vimeo square videos are small on mobile

If you publish a square video the player size if you embed it is still 16:9ratio. On mobile these videos are small. Is there a way to override the ratio so it will be 1:1? https://blankframes.com/project/vitahustle/
purgeru
  • 79
  • 2
  • 10
1
vote
0 answers

com.square.okhttp.OkhttpClient setRetryOnConnectionFailure isRetried

So just curious, is there any way to know whether the connection is already retried, or in a retry state? i already try some ut like this one https://github.com/square/okhttp/issues/4963#issuecomment-484847682 or using wiremock like this…
1
vote
1 answer

Square payment processing receipt_url is invalid

I've created a Square sandbox web app that collects the credit card, sends to processing, and receives a successful JSON string in return. One of the JSON objects is "receipt_url" which returns a URL to what I assume is the payment receipt. In my…
Shawn
  • 3,031
  • 4
  • 26
  • 53
1
vote
0 answers

How to load an external script in an iframe that will reference the iframe's document not the parent document

I am using an iframe in order to isolate its content's CSS. Which is working great. But, I need the iframe to load an external script, specifically the script I am loading is: https://web.squarecdn.com/v1/square.js You can see that this external…
Matteo
  • 67
  • 7
1
vote
0 answers

List service charges in checkout page

I'm using the square checkout API to generate a checkout URL and I want to include fees like "shipping & handling". Doing this using the "service_charges" field adds the charge to the total, but it doesn't list the charge. Here is what my…
andrivard4
  • 13
  • 2
1
vote
1 answer

App crash after square card entry complete after upload to Play Store

I have installed square_in_app_payments in my flutter app but, whenever I enter the card number "41111-111..." and click the save details, the android app closes. This only happens after it is in the Play Store. During Debug and test it works…
1
vote
2 answers

Can I extend my Django project with FastAPI without changing the django app?

I have developed a Django e-commerce platform and then realized that I need to use FastAPI with it in order for my website to accept payments from the square payment system. I have looked through their documentation about how to do it, and they use…
illymarev
  • 237
  • 2
  • 13
1
vote
1 answer

Cannot receive results from Square Point of Sale in a small Swift app

I have written a small app in Swift using Xcode 12.5 by following the information and code samples provided here ... https://github.com/square/SquarePointOfSaleSDK-iOS The app polls a server to see if there is a charge to be made. The output from…
Martin M
  • 231
  • 2
  • 5
1
vote
0 answers

Embedding a Square Appointments script into a Wordpress site - it's rendering fullscreen in the preview pane, so I can't edit other content. Thoughts?

Square up provides a couple different ways to add appointment booking to an external website. I am working with a Wordpress site with Elementor using the Astra theme, and I've attempted to create a shortcode with the following snippet. What happens…
narojo
  • 77
  • 5