#brahmin-xamarin

1 messages · Page 1 of 1 (latest)

weak wadi
#

unfortunately Stripe does not yet have an official Xamarin SDK to offer.

#

Let me check if we have recommended community version of it

quartz cove
#

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.

weak wadi
#

correct, Stripe-dotnet is a server side SDK which should not be used in teh forntend

quartz cove
#

Fair enough, let me know if you don't find a community SDK for clients

weak wadi
#

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

quartz cove
#

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?

weak wadi
#

it is a wrapper for the mobile SDK

#

it is more for the UI component but it does contain some API calls

quartz cove
#

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?

weak wadi
#

right, that is just some random sample I found unfortunately.