#Palminyx
1 messages · Page 1 of 1 (latest)
Hi there, you can call API for connected account (https://stripe.com/docs/connect/authentication) and present the data in the way you want in the mobile UI that you are going to build.
This is the Balances API that you can use to retrieve the balance info (https://stripe.com/docs/api/balance?lang=curl#balance)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you @covert ingot , I will look it over today and contact you once again if I have any more questions.
One more thing: is it possible to setup a wallet to allow users to charge their account before making a purchase? And if so, how will the paymentIntent handle whether to use the card or the wallet balance?
You mean collecting a payment method without charging a customer?
No, what I mean is giving users the opportunity to select an amount and recharge their account of that amont. Then that balance can be used to make purchases on the marketplace. Take as an example Amazon, Starbucks, etc.
You might want to check if this falls in to the in-app purchase category. If it is, then you need to use Apple/Google's in-app purchase API instead of stripe.
It’s not an in-app purchase as this does not unlock any features in my app