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
4
votes
1 answer

Android Retrofit Base64 @Body

Hi all i have this code in android 4.3 and i am using retrofit just now but server thrown me an error message "The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character…
Shawn Thye
  • 906
  • 2
  • 11
  • 23
4
votes
4 answers

Does Square have an API for accepting payments?

Square Connect looks perfect but it's only for reporting purposes. We want to build on top of Square's payment platform to accept payment within our application through Square.
user3481640
  • 41
  • 1
  • 2
4
votes
1 answer

How to access internal dashboards in Cube?

I am currently playing around with Cube . I have been able to send events to an evaluator and can query these via HTTP GET. How do I go about making a customized dashboard to visualize the events/queries? I saw this website…
4
votes
2 answers

Square Integration in iOS

I am trying to find out some technical doc,blog or sample code, which can help me to integrate Squareup API into iOS. I have googled it already, which didn't helped me much. I have the android github code for reference. I have also found the…
FirstTimer
  • 313
  • 1
  • 5
  • 14
3
votes
1 answer

iOS - Allow my app's users to take payment from their own customers?

I currently have an app that allows users to manage their customers. That said, I want my app's users to be able to take payment from their own customers, and have the funds deposit to their own bank accounts. Does anyone know if Stripe, Paypal, or…
Brittany
  • 1,359
  • 4
  • 24
  • 63
3
votes
0 answers

Successor to Square's Tape for persistent queues on Android

https://square.github.io/tape/ Is there modern alternative to Square's Tape library for implementing persistent queues on Android? I notice Tape hasn't been upgraded in a while, but trying to search for other solutions to the problem all seem to…
Mikey Chen
  • 2,370
  • 1
  • 19
  • 31
3
votes
1 answer

Current list of supportedMethods for the W3C PaymentRequest API

This is the only reference I could find on the web listing URL based PSPs adhering to the the PaymentRequest API. Does anyone have a more recent or comprehensive one? This is the list in that link: - Existing payment method identifiers Google Pay…
McMurphy
  • 1,235
  • 1
  • 15
  • 39
3
votes
1 answer

Warning: Attempt to present on which is already presenting

I am using in-app-payments-react-native-plugin plugin to integrate Square payment method in react native. In iOS, it's creating an issue if opening a card entry model on Add new card react native popup. I am having a popup to add new credit card…
Archana Sharma
  • 1,953
  • 6
  • 33
  • 65
3
votes
2 answers

Using protobuf imports (i.e. google/protobuf/timestamp.proto) with wire

I am trying to generate files using the square's Wire. I could run their sample all good, but as soon as I added import "google/protobuf/timestamp.proto"; to their .proto file to check how wire treats timestamps, compiler broke with this…
aleien
  • 786
  • 1
  • 9
  • 22
3
votes
1 answer

How Square implemented data transfer to iPhone?

Some days ago I saw a interesting device for iphone, square, here: https://squareup.com/ you can plug it into iphone's earphone socket, and it can transfer data to iphone. A running App on iphone can receive it. does any one know how it…
user718538
  • 31
  • 1
3
votes
3 answers

Error:Failed to resolve: com.squareup.sdk

So I'm trying to set up the Square Reader SDK through android studio, and I run across this error when trying to complete the 3rd step in "Configure the build dependencies" I'm following through the Square Reader SDK docs at…
defkey123
  • 103
  • 1
  • 10
3
votes
1 answer

Is there integration between Square and Firebase?

Background Information Square recently released SquareSDK. Firebase has compatibility with StripeSDK. Questions Does Firebase have compatibility with Square? Is there support that allows for integration? I've gone through the preliminaries for…
EvOlaNdLuPiZ
  • 600
  • 1
  • 4
  • 21
3
votes
2 answers

React Native Could not open URL No Activity found to handle Intent

I'm working with React Native and Square Point of Sale. I'm using Web API for Android. Also I have installed Square Point of Sale. This is my code: componentDidMount() { let url…
Evgeniy
  • 31
  • 1
  • 4
3
votes
1 answer

How to do bulk insertion in square sqldelight?

Thanks square for SQLDelight and providing typesafe api's for sqlite db interactions. I am doing single insert row as below: MyTable.Insert_row insert_row = new MyTableModel.Insert_row( mOpenHelper.getWritableDatabase(), …
nishant pathak
  • 342
  • 1
  • 4
  • 17
3
votes
3 answers

Get String response body from retrofit2

I am using retrofit1 old style @GET("/loginUser") public Call login( @Query("email") String email, @Query("password") String password, Callback callback); Now i don't want to get "User"…
Muhammad Umar
  • 11,391
  • 21
  • 91
  • 193
1 2
3
43 44