All Questions
3 questions
0
votes
1
answer
165
views
How to deploy and host prebuilt Stripe checkout backend java code
I have recently tried to create my first E-Commerce site. Its is made with React on the frontend, and then I implemented a stripe pre-built checkout page to handle payments using java, following this ...
0
votes
2
answers
243
views
Making Connected User with stripe android + firebase
I'm very new to working with backend server stuff and nodejs. I'm trying to set up Stripe with my app and now trying to create a Connected account with stripe. Was following this https://stripe.com/...
0
votes
1
answer
465
views
Firebase Cloud Functions(Stripe: AddPaymentSource)
I have an Android and iOS application that uses Firebase cloud functions with Stripe to process payments.
On the client side I handle the token operation and then write to the realtime database. ...