#patrickhowonk_17393_66278
1 messages · Page 1 of 1 (latest)
Hi there, what kind of integration? is it related to payments
yes related to payments
https://stripe.com/docs/payments/accept-a-payment?platform=react-native have you gone through this doc?
No, i want to create account connected in react-native?
Are you asking how to create a connected account?
yes but in react native
You need to use a secret API key, which should be securely saved in your server, to create a connected account.
If you want to initiate from your react native app, you need to send a request from your app to your backend, so that you backend sends a API request to Stripe to create a connected account.
can you give a documentation please?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
how to need a secret API key, which should be securely saved in your server, to create a connected account
can you give documentation complete in serveur and in react native please
Hey! Taking over for my colleague. First of all what Connect Account Type (Express, Custom or Standard) and what Charges (Destination, Direct, Separate charges and transfers) Type you'll be using in your integration ?
i want account standard , integrate in react native please