How to simulate error for creating card (not payment) in sandbox env
Dear team, By referring to the link Sandbox Payments, I noticed below card info to simulate error in sandbox env. Test values Desired error state CVV: 911 Card CVV incorrect Postal code: 99999 Card...
View ArticleReceipt Preview
Probably a silly question. In production I can use the link “https://squareup.com/receipt/preview/#square_transaction_id#” to view a transaction receipt. What is the sandbox equivalent? (I did try...
View ArticleApple Pay + Google Pay Button Styling
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleTax calculations rounding issue
I’m integrating an app with Square’s Orders API and Payments API and have encountered an issue that I hope you can help with. Despite adjusting my tax calculation rounding function four times to align...
View ArticleIs there a way to reuse a payment link?
The payment links on my seller dashboard I’m using for testing seem to be able to be created and reused but how can I can’t do this via the API? Is there a way to create a link that can be reused? 1...
View ArticleIs processing fee charged for authorized payment or canceled payment?
Dear Team, May i know whether processing fee will be charged for authorized payment (created via square payment API with autocomplete=false)? and whether it will be charged if the authorized payment...
View ArticleHelp initializing the Square clint via C# to send and receive data about the...
how do i create an instance of the square client to process this payment? using System; using System.Threading.Tasks; using Square; using Square.Apis; using Square.Exceptions; using Square.Models;...
View ArticleConfusion adding customer_id to QuickPay/CreateLinkRequest
I have searched for hours before posting this… HOW do I add a known customer_id to the CreatePaymentLinkRequest functionality? I don’t understand why there is no availability that I can see in the API...
View ArticleCatalog List is not showing all the items
Hello! My customer has informed me that they’ve uploaded items in their Square account. However, I’m unable to see a certain number of these items when accessing the Square API site with the provided...
View ArticleTransferred amount on receipts is incorrect with application fee
When there is application fee, square receipts shows incorrect amount, it subtracts application fee from the transferred amount twice. 3 posts - 2 participants Read full topic
View ArticlePayment Tokenization failed - in sandbox and production
Hi. I run a low volume photography ecommerce website. I’m the photographer and the developer. I’ve had a working Square integration since December. However, I am no longer able to take payments. I am...
View ArticleDont explian anything. just send me the html, so i can input my credentials...
Square Payments Example Make a Payment <form id="payment-form"> <label for="card-number">Card Number:</label> <input type="text" id="card-number" placeholder="Card Number"...
View ArticleOAuth PKCE permission redirect
So i am trying to connect with a desktop application (written in Xojo) to a terminal (there is no SDK for the Xojo language). One of the steps is for the app to send a permission request to the...
View ArticleCustom Tip Amounts in Terminal API
Hi Square community! I’m currently working on integrating Square Terminal API into my application, and I’m wondering if there’s a way to define custom tip amounts instead of using percentages. I’ve...
View ArticleSquare API/Supabase?
I’m building an ordering app for a coffee shop in react native, and I want to keep the number of systems involved to a minimum. I’m currently using supabase for the auth & database components, and...
View ArticleReceiving too many request for `/v2/catalog/list` endpoint
Hi We have been receiving Too many request errors for the /v2/catalog/list endpoint` (429). Here is the sample url...
View ArticleCard declined verification required
Hi there We have been having an increasing number of transactions fail with the status code CARD_DECLINED_VERIFICATION_REQUIRED. For these transactions we are getting back the nonce and verification...
View ArticlePickup fulfillments being tagged as Shipped
When I retrieve an Order via the Orders API it’s showing a Pickup as Shipment, which is throwing errors because there’s no address, etc. Customer bought the item via a Payment Link and it shows...
View ArticleNot Authorized for OAuth in Sandbox
I’ve been implementing oauth into my application using the “code flow” method. In sandbox, I keep on getting the error Array ( [message] => Not Authorized [type] => service.not_authorized ) My...
View ArticleComplete php code
hi every body . I’m very new in using square for payment . I know that for payment I should send customer to sqaure payment page and after customer pay I should receive info from square. is it true ??...
View Article