Questions tagged [square-connect]

The Square Connect API 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

619 questions
-1
votes
1 answer

What's the rate limit on the square connect api?

Currently the documentation just says: If Connect API endpoints receive too many requests associated with the same application or access token in a short time window, they might respond with a 429 Too Many Requests error. If this occurs, try your…
RaresMan
  • 151
  • 9
-1
votes
1 answer

Removing orphaned inventory items

I am working on an inventory check script using PHP's cURL to query the Square API. As expected, this returns multiple InventoryEntry objects as JSON. However, this inventory list contains many items that have been removed from the store. (There are…
-1
votes
1 answer

Massachusetts sales tax on clothing

Is there a way to process Massachusetts clothing tax with square-connect? For each item of clothing sold, MA sales tax is 0% on the first $175 and 6.25% on the price above $175. This rule applies separately to each item of clothing, so if all the…
aeropapa17
  • 499
  • 4
  • 11
-1
votes
1 answer

Get id or email of employer from from payment retrive

Is there a way to get Employee ID or email from payment retrive ? Main goal is know which employer sold product via API.
maxxdev
  • 313
  • 2
  • 5
  • 14
-1
votes
1 answer

Square Connect API list payments does not return Mobile Staff ID

I am using the Square Connect API to retrieve payments for a customer. The Square Account has mobile staff setup. The mobile staff ID determines the location of the sale. I cannot access that in the API but is in the transactions CSV download.
-2
votes
2 answers

square payments api v2 giving payment process 404 error

i am trying to integrate square payments php api in my website, i am using this source i have followed all the steps but it gives me an error when i proceed to payment after inputting all the card details, the console shows /process payment 404 not…
-2
votes
2 answers

Square payments: How to protect 'cards on file' from a data breach

I'm in the early stages of integrating Square payments. It makes sense in my application to allow users to save their card details, as we expect multiple small transactions. Square calls this feature 'cards on file'. As part of this process you…
Richard
  • 1,803
  • 17
  • 17
-2
votes
1 answer

Not receiving PAYMENT_UPDATED event for payment webhooks

I was able to use square's webhook API based on descriptions here, https://docs.connect.squareup.com/api/connect/v1#webhooks-overview and payment webhook was working fine. Recently, I noticed that after completing a cash payment my webhook event…
Alec H.
  • 1
  • 3
-2
votes
1 answer

Square Reporting API

Does anyone know if there is an API for adding items to reporting for Square? I want to check out via another method but remove items from inventory in Square; that way it can reflect inventory was changed in the Square reporting. Thanks.
-2
votes
3 answers

Non-Invocable member 'Money.CurrencyEnum' cannot be used like a method

I am trying to implement square up to create charges, but at the line Money money = new Money(amount, Money.CurrencyEnum(currency)); I keep getting the following error and can't figure out why: Non-Invocable member 'Money.CurrencyEnum' cannot be…
-2
votes
1 answer

Is possible to figure out how many items a customer has ordered over time?

I looked through the API and didn't see answer. I'd like to get how many of a particular item each customer ordered. Is that possible through the Square API?
Todd Hoff
  • 712
  • 5
  • 12
-2
votes
1 answer

Using Vb.Net and Square?

This is probably a stupid or easy question, but is it possible to use vb.net with the square app to accept and verify payments? The Api for Square is here https://docs.connect.squareup.com/api/connect/v1/#overview But the functions only seem to…
Jason Shoulders
  • 659
  • 1
  • 12
  • 24
-2
votes
2 answers

Squareup Webhook - Send duplicate request

I am using squareup APIs .. i setup the notification URL to my application correctlly and setup it for PAYMENT_UPDATED // setup notifications $data = array("PAYMENT_UPDATED"); $data_json = json_encode($data); $curl = curl_init(); curl_setopt…
user1272589
  • 789
  • 1
  • 10
  • 25
-2
votes
1 answer

Taxable field is update, but register still doesn't show an item is taxable

I tried to create an item using Square Connect and made it taxable. When I retrieved the item back from Square (even when I retrieved it through a separate call, instead of relying on the return value of the Create call), the taxable field is shown…
toyssamurai
  • 561
  • 4
  • 13
-2
votes
1 answer

Shipping information from SQUARE CONNECT

I have been tasked to develop a way to create shipping labels for items to be shipped from the Square Market. Is there a way to download or access the shipping data entered by the buyers during the order process? I would like to use the Square…
nukwaste
  • 9
  • 5
1 2 3
41
42