Payments in React Native

Asked

Viewed 1,477 times

-1

for in app payments, what is the best solution ? I saw that no operator has React Native files.. I’m trying to create an online store, but I’m stopping by this part. Thank you!!

1 answer

3

I think it will be difficult for you to find an SDK for React-Native, maybe you have some integration package, but I find it complicated.

Recommendations: 1 - Create a web server (where you will integrate), create an API, and connect your APP. Remember that the Apple Store only accepts HTTPS connections.

2 - Create an integration through redirection, leading to the payment company’s website, using a WEB View.

Not least. Receiving payments is much more than integrate, depends on fees, business model, etc. I recommend taking a read. https://pluga.co/blog/financeiro/meios-de-pagamento-e-commerce/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.