All Projects → square → react-native-square-reader-sdk

square / react-native-square-reader-sdk

Licence: Apache-2.0 License
React Native Plugin for Square Reader SDK

Programming Languages

java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to react-native-square-reader-sdk

payments-request-api-example
What is the Native Payments Request API?
Stars: ✭ 26 (-72.34%)
Mutual labels:  payment
laravel-viva-payments
A Laravel package for integrating the Viva Payments gateway
Stars: ✭ 29 (-69.15%)
Mutual labels:  payment
ex pesa
Payment Library For Most Public Payment API's in Kenya and hopefully Africa. Let us get this moneybag
Stars: ✭ 19 (-79.79%)
Mutual labels:  payment
laravel-hyperpay
Laravel package for Hyperpay payment gateway in MENA.
Stars: ✭ 14 (-85.11%)
Mutual labels:  payment
widgets
💸 Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion with state-of-the-art widgets.
Stars: ✭ 32 (-65.96%)
Mutual labels:  payment
drf-stripe-subscription
An out-of-box Django REST framework solution for payment and subscription management using Stripe.
Stars: ✭ 42 (-55.32%)
Mutual labels:  payment
adyen-salesforce-commerce-cloud
Salesforce Commerce Cloud (formerly Demandware)
Stars: ✭ 63 (-32.98%)
Mutual labels:  payment
LolautruchePaylineBundle
Symfony integration for Payline payment system
Stars: ✭ 15 (-84.04%)
Mutual labels:  payment
DemoInPutPasswordView
仿微信支付密码输入框 (A input password alert view like wechat pay.)
Stars: ✭ 44 (-53.19%)
Mutual labels:  payment
one
🚥 Idempotency Handler, for making sure incoming requests are idempotent. Useful for payments, "at least once delivery" systems and more.
Stars: ✭ 18 (-80.85%)
Mutual labels:  payment
bolt-magento2
Bolt plugin for magento2
Stars: ✭ 17 (-81.91%)
Mutual labels:  payment
svelte-stripe-js
Everything you need to add Stripe Elements to your Svelte project
Stars: ✭ 139 (+47.87%)
Mutual labels:  payment
midtrans-python-client
Official Midtrans Payment API Client for Python | https://midtrans.com
Stars: ✭ 24 (-74.47%)
Mutual labels:  payment
payjs-laravel
基于 PAYJS 微信支付个人接口开发的 Laravel Package,可直接用于生产环境
Stars: ✭ 57 (-39.36%)
Mutual labels:  payment
pix-payload-generator.net
Gerar payload para qrcode estático PIX. (Sistema de pagamento instantâneo do Brasil) Sem a necessidade de conexão com um PSP.
Stars: ✭ 23 (-75.53%)
Mutual labels:  payment
QSPay
😀安卓一行代码☕搞定微信支付、支付宝支付、银联支付
Stars: ✭ 28 (-70.21%)
Mutual labels:  payment
magento2
Mollie Payments for Magento 2
Stars: ✭ 70 (-25.53%)
Mutual labels:  payment
SwissPaymentSlip
A PHP library for creating Swiss Payment Slips
Stars: ✭ 18 (-80.85%)
Mutual labels:  payment
loan-payments-calculator
A small library for calculating loan payments using various configurations, works.
Stars: ✭ 13 (-86.17%)
Mutual labels:  payment
crater
Open Source Invoicing Solution for Individuals & Businesses
Stars: ✭ 5,938 (+6217.02%)
Mutual labels:  payment

React Native plugin for Reader SDK

Build Status npm version

This repo contains a React Native plugin for Square Reader SDK. Reader SDK for React Native supports the following native Reader SDK versions:

  • iOS: 1.4.9 and above
  • Android: 1.4.4 and above

This plugin loads latest version of native Reader SDK by default according to update policy for Reader SDK.

In this repo

In addition to the standard React Native directories, this repo includes:

Build requirements

Android

  • minSdkVersion is API 21 (Lollipop 5.0) or higher.
  • Android SDK platform: API 28 (Pie, 9.0) or lower.
  • Android SDK build tools: 26.0.3
  • Android Gradle Plugin: 3.0.0 or greater.
  • Support library: 28.0.0
  • Google Play Services: 16.0.1
  • Google APIs Intel x86 Atom_64 System Image

iOS

  • Xcode version: 10.2 or greater.
  • iOS Base SDK: 11.1 or greater.
  • Deployment target: iOS 11.0 or greater.

Reader SDK requirements and limitations

  • Reader SDK is only available for accounts based in the United States. Authorization requests for accounts based outside the United States return an error.
  • Reader SDK may not be used for unattended terminals. Using Reader SDK to implement payment solutions in unattended terminals or kiosks (for example, vending machines) is strictly prohibited.
  • Reader SDK requires an authorization token from the Mobile Authorization API to connect Square Readers and accept payments.
  • Reader SDK only supports on-screen tipping. Digital receipts and tips can be configured in Reader SDK. Tipping on printed receipts is not supported at this time.
  • Reader SDK cannot issue refunds. Refunds can be issued programmatically using the Refunds API or manually in the Square Dashboard.
  • Reader SDK is not supported in the Square sandbox. See Testing Mobile Apps for testing recommendations.
  • Your version of Reader SDK must adhere to the Square SDK update policy. To limit risk to developers and their users, Square enforces an update policy for Reader SDK that requires developers to keep their version of Reader SDK current.

License

Copyright 2019 Square Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].