#Vukasin
1 messages · Page 1 of 1 (latest)
Hi there, you should never store other Stripe Account's API key.
Instead you should use you own API key and use stripe-account header to make API call on connected accounts (https://stripe.com/docs/connect/authentication#stripe-account-header)
But it is this scenario available for Stripe Standard Connect? We had a lot of opposite informations
UAE does not support Express and Custom. That is OK
But what is the flow for Connect Standard?
Can we use API?
(Sales team told us to ask Developers)
The doc that I sent earlier applies to Standard account as well.
We no longer recommend platform to use connected account's API key directly.
okey, but I need to ask you few more questions, after yesterdays call with sales team, we are still confused.
When users pay to us, we have one time payment with credit cards. This money/amount should go to our Stripe account balance? (they told us that it goes directly to the Service provider connected account)
Yes, for direct charges, they go to the connected account directly, not platform (your account)
You can view the fund flow here https://stripe.com/docs/connect/direct-charges#flow-of-funds-with-fees
is there a way that it can go on our account and we can distribute it through our application (crone/background worker)?
This is a flow in our application
That's the destination charge flow, but that's for express/custom accounts.
thanks. and I think this is the last question. We have a place in our app that Service providers can create Prices for their service. Can create Price/Product for Connected Account through API and when charge users that uses service, we have to inform them about the price before they go to stripe payment page? Not to ask Service Providers to enter price on our app and on stripe also?
If I understand correctly, you want to create an ad-hoc price programmatically through API, am I right?
yess
Take a look here: https://stripe.com/docs/products-prices/pricing-models#inline-pricing
and this is available for ConnectStandard
Sure
so which prices do I change? On our account or connected Account?
I have my api key but prices are with their account
Then you need to pass the Stripe-Account header: https://stripe.com/docs/connect/authentication
oke it is possible
That will make the API call on behalf of the connected account, using platform keys. Any objects, including Prices, will be created on the connected account
Thanks
One ore question. Can we do this for one time payment? this article is for recurring
Well, depends how you're using Prices? With Checkout?
But are you using Stripe Checkout, or have you built your own UI?
We are redirecting to Stripe Checkout
currently it is our Checkout but with standard it will be for every Service Provider/Connected account different?
Ok, got it. Then yes you can create one-time inline prices. You'd just omit the recurring hash