All Projects → braintree → Braintree_ios

braintree / Braintree_ios

Licence: mit
Braintree SDK for iOS

Labels

Projects that are alternatives of or similar to Braintree ios

cashier
Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP
Stars: ✭ 43 (-90.83%)
Mutual labels:  paypal
titanium-paypal
💰 Use the PayPal iOS-SDK 2.x with Titanium Mobile.
Stars: ✭ 22 (-95.31%)
Mutual labels:  paypal
fiber-boilerplate
This is the go boilerplate on the top of fiber web framework. With simple setup you can use many features out of the box
Stars: ✭ 184 (-60.77%)
Mutual labels:  paypal
wp-ispconfig3
Wordpress ISPConfig plugin with Gutenberg support
Stars: ✭ 28 (-94.03%)
Mutual labels:  paypal
PayumYiiExtension
Rich payment solutions for Yii framework. Paypal, payex, authorize.net, be2bill, omnipay, recurring paymens, instant notifications and many more
Stars: ✭ 13 (-97.23%)
Mutual labels:  paypal
Nest-Js-Boiler-Plate
Nest Js Boilerplate with JWT authentication, CRUD functions and payment gateways.
Stars: ✭ 14 (-97.01%)
Mutual labels:  paypal
angular-paypal-checkout
Angular directive for running PayPal's in-context checkout flow
Stars: ✭ 14 (-97.01%)
Mutual labels:  paypal
Digota
ecommerce microservice
Stars: ✭ 382 (-18.55%)
Mutual labels:  paypal
Cartkit
Cartkit - The [quick] starter kit!
Stars: ✭ 39 (-91.68%)
Mutual labels:  paypal
solidus braintree
Braintree v.zero support for solidus
Stars: ✭ 19 (-95.95%)
Mutual labels:  paypal
Apollo
A basic Application with multiple functionalities built with FastAPI aim to help Users Buy New Items Provided using PaypalAPI 🚀
Stars: ✭ 22 (-95.31%)
Mutual labels:  paypal
procesa-pagos-con-laravel
Código fuente resultado del curso "Procesa pagos con Laravel y las mejores plataformas de pagos"
Stars: ✭ 38 (-91.9%)
Mutual labels:  paypal
XLsn0wPay
XLsn0w WeChat And Alipay SDK Pay Manager 微信支付SDK/支付宝SDK/银联支付/Paypal支付 接入指南(一键支付管理工具类)
Stars: ✭ 31 (-93.39%)
Mutual labels:  paypal
solidus paypal braintree
💳Integrate Solidus with Braintree, including PayPal and Apple Pay support
Stars: ✭ 30 (-93.6%)
Mutual labels:  paypal
Jsqlparser
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
Stars: ✭ 3,405 (+626.01%)
Mutual labels:  paypal
PayPalPlugin
Official integration with PayPal Commerce Platform
Stars: ✭ 21 (-95.52%)
Mutual labels:  paypal
django ecommerce
Scalable Django E-Commerce, perfect to start one new online shop project.
Stars: ✭ 25 (-94.67%)
Mutual labels:  paypal
Blacklist
Blacklist and Adware Blocking for the Ubiquiti EdgeMax Router
Stars: ✭ 393 (-16.2%)
Mutual labels:  paypal
Yclas
Yclas Self Hosted is a powerful script that can transform any domain into a fully customizable classifieds site within a few seconds.
Stars: ✭ 276 (-41.15%)
Mutual labels:  paypal
react-smart-payment-buttons
React integration for PayPal Smart Payment Buttons
Stars: ✭ 18 (-96.16%)
Mutual labels:  paypal

Braintree iOS SDK

CocoaPods compatible Swift Package Manager compatible Carthage compatible

GitHub Actions Tests

Welcome to Braintree's iOS SDK. This library will help you accept card and alternative payments in your iOS app.

v5 is the latest major version of Braintree iOS. To update from v4, see the v5 migration guide.

The Braintree iOS SDK requires Xcode 12+. It permits a Deployment Target of iOS 12.0 or higher.

Supported Payment Methods

Installation

We recommend using Swift Package Manager, CocoaPods, or Carthage to integrate the Braintree SDK with your project.

Swift Package Manager

This feature is only available in v5.

See our Swift Package Manager guide for instructions on integrating with SPM.

CocoaPods

# Includes Cards and PayPal
pod 'Braintree'

# Optionally include additional Pods
pod 'Braintree/DataCollector'
pod 'Braintree/Venmo'

Note: If you are using version 4.x.x of the Braintree iOS SDK in Xcode 12, you may see the warning The iOS Simulator deployment target is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. This will not prevent your app from compiling. This is a CocoaPods issue with a known workaround.

Carthage

Add github "braintree/braintree_ios" to your Cartfile, and add the frameworks to your project.

Note: Long term support for Carthage is not guaranteed. Please update to SPM, if possible. Open a GitHub issue if there are concerns.

Documentation

Start with 'Hello, Client!' for instructions on basic setup and usage.

Next, read the full documentation for information about integration options, such as Drop-In UI, PayPal, and credit card tokenization.

Versions

This SDK abides by our Client SDK Deprecation Policy. For more information on the potential statuses of an SDK check our developer docs.

Major version number Status Released Deprecated Unsupported
5.x.x Active February 2021 TBA TBA
4.x.x Inactive November 2015 February 2022 February 2023

Versions 3 and below are unsupported.

Demo

A demo app is included in the project. To run it, run pod install and then open Braintree.xcworkspace in Xcode.

Contributing

We welcome PRs to this repo. See our development doc.

Feedback

The Braintree iOS SDK is in active development, we welcome your feedback!

Here are a few ways to get in touch:

Help

License

The Braintree iOS SDK is open source and available under the MIT license. See the LICENSE file for more info.

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