#brahmin-xamarin
1 messages · Page 1 of 1 (latest)
unfortunately Stripe does not yet have an official Xamarin SDK to offer.
Let me check if we have recommended community version of it
I understand that, and I'm ok with using a community SDK if that's what it takes. Currently I'm trying to use the Stripe.net SDK but it seems to be made for servers rather than clients.
correct, Stripe-dotnet is a server side SDK which should not be used in teh forntend
Fair enough, let me know if you don't find a community SDK for clients
Hmm, we don't really have a recommended community libraries. We do see some example usage of folks create Xamarin wrapper on top of our current mobile SDK
e.g. https://damian.fyi/xamarin/2020/08/07/xamarin-stripe.html
I’ve just put together a Xamarin Forms Stripe example app, based on their standard iOS and Android examples that let you browse products (Emoji), choose a shipping address and method, add and select a payment method, and purchase the product.
Is this a wrapper for the REST API?
and this library is up to date? It's 2020/08 so about a year old, has the REST API changed?
it is a wrapper for the mobile SDK
it is more for the UI component but it does contain some API calls
I see, as far as I can see this isn't a library, but rather an example that someone has put together. Is that right?
right, that is just some random sample I found unfortunately.