All Projects → square → In App Payments Flutter Plugin

square / In App Payments Flutter Plugin

Licence: apache-2.0
Flutter Plugin for Square In-App Payments SDK

Projects that are alternatives of or similar to In App Payments Flutter Plugin

Sdk Dotnet
.Net SDK for Authorize.Net API
Stars: ✭ 124 (-51.56%)
Mutual labels:  payment, payments, sdk
cybersource-sdk-java
Java SDK for CyberSource Simple Order API
Stars: ✭ 44 (-82.81%)
Mutual labels:  payment, payments
uniteller-php-sdk
PHP (7.2+) SDK for integration internet-acquiring of the Uniteller (unofficial)
Stars: ✭ 21 (-91.8%)
Mutual labels:  payment, payments
sep-pay
Pay.ir Payment Package for Laravel 5.3+
Stars: ✭ 17 (-93.36%)
Mutual labels:  payment, payments
Easyupipayment Android
📱Android Library to implement UPI Payment integration easily in Android App 💳💸
Stars: ✭ 219 (-14.45%)
Mutual labels:  payment, payments
Sdk3rd
第三方SDK集成库,授权/分享/支付
Stars: ✭ 249 (-2.73%)
Mutual labels:  payment, sdk
python-daraja
Python Wrapper for interacting with the MPESA Daraja API. More Features to be implemented
Stars: ✭ 20 (-92.19%)
Mutual labels:  payment, payments
adyen-salesforce-commerce-cloud
Salesforce Commerce Cloud (formerly Demandware)
Stars: ✭ 63 (-75.39%)
Mutual labels:  payment, payments
fake-toss-payments-server
Fake Toss Payments Server with Real SDK Library
Stars: ✭ 242 (-5.47%)
Mutual labels:  payment, payments
nanook
Ruby library for making and receiving payments and managing a nano currency node
Stars: ✭ 17 (-93.36%)
Mutual labels:  payment, payments
cybersource-android-sdk
The CyberSource InApp SDK enables developers to simply and securely incorporate mobile payments into their Android applications.
Stars: ✭ 25 (-90.23%)
Mutual labels:  payment, payments
adyen-dotnet-api-library
Adyen API Library for .NET
Stars: ✭ 69 (-73.05%)
Mutual labels:  payment, payments
Raiden
Raiden Network
Stars: ✭ 1,825 (+612.89%)
Mutual labels:  payment, payments
terms-dictionary
Simple definitions of terms, acronyms, abbreviations, companies, and projects related to financial services and Moov.
Stars: ✭ 48 (-81.25%)
Mutual labels:  payment, payments
Laravel Paddle
Paddle.com API integration for Laravel with support for webhooks/events
Stars: ✭ 132 (-48.44%)
Mutual labels:  payment, payments
adyen-android
Adyen SDK for Android
Stars: ✭ 89 (-65.23%)
Mutual labels:  payment, payments
Openfintech
Opensource FinTech standards & payment provider data
Stars: ✭ 87 (-66.02%)
Mutual labels:  payment, payments
Adyen Php Api Library
Adyen API Library for PHP
Stars: ✭ 93 (-63.67%)
Mutual labels:  payment, payments
adyen-python-api-library
Adyen API Library for Python
Stars: ✭ 41 (-83.98%)
Mutual labels:  payment, payments
drf-stripe-subscription
An out-of-box Django REST framework solution for payment and subscription management using Stripe.
Stars: ✭ 42 (-83.59%)
Mutual labels:  payment, payments

Flutter plugin for In-App Payments SDK

Build Status Pub

The Flutter plugin for Square In-App Payments SDK is a wrapper for the native Android and iOS SDKs and supports the following native In-App Payments SDK versions:

  • iOS: 1.4.0
  • Android: 1.4.0

Additional documentation

In addition to this README, the following is available in the flutter plugin GitHub repo:

Build requirements

Flutter

A version of Flutter greater than 1.12 is required for v2 embedding support. Any application that uses v1 embeddings for android will still be backwards compatible and supported.

Android

  • Android minSdkVersion is API 21 (Lollipop, 5.0) or higher.
  • Android Target SDK version: API 27 (Oreo, 8.1).
  • Android SDK build tools: 26.0.3
  • Android Gradle Plugin: 3.0.0 or greater.
  • Support library: 27.1.1
  • Google Play Services: 16.0.1
  • Google APIs Intel x86 Atom_64 System Image

iOS

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

In-App Payments SDK requirements and limitations

  • In-App Payments SDK cannot issue refunds. Refunds can be issued programmatically using the Refunds API or manually in the Square Dashboard.

Sample applications

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].