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
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
.
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.
See the links above for usage instructions