Stripe API on Xamarin.Forms [closed]

若如初见. 提交于 2021-02-08 04:59:25

问题


Has anyone here tried integrating the Stripe API on Xamarin.Forms? I've been looking through the internet and I can't find any resources about it. I just started training on Xamarin and I don't know much.

It would be very nice if someone could me with this problem. Thank you!


回答1:


Simply put the Stripe API will work exactly like on any other platform, with the use of Microsoft.Net.Http and making calls to the rest service.

They are components as well, which are free that you can use.

https://components.xamarin.com/view/stripe

The component is no longer available. Look through this guide to make direct calls to the API. https://xamarinhelp.com/stripe-in-xamarin/



来源:https://stackoverflow.com/questions/34367703/stripe-api-on-xamarin-forms

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!