Skip to content

RTodorov/stripe-xamarin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe SDK binding for Xamarin

This is a MonoTouch / MonoDroid binding for the oficial Stripe SDK that can be found at:

 https://github.com/stripe/stripe-ios
 https://github.com/stripe/stripe-android

The current version of this binding is iOS SDK 4.0.3 and Android SDK 1.0.1

Building

Run make in the binding directory to build Stripe.iOS.dll and Stripe.Droid.dll.

If you want to build only the iOS or the Android binding, run make ios or make droid.

Using this Stripe binding with your app

Simply add Stripe.*.dll to your project's References.

You can also download this binding via NuGet.

Warning: The iOS binding is for the Unified API only.

Usage

See the links above for usage instructions

About

Stripe SDK binding for Xamarin (iOS and Android)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published