#GomuGomu88 - refunds
1 messages · Page 1 of 1 (latest)
so in this example:
5 euros payment
2 euros for account A
3 euros for account B
if i refund, then id reverse both of transfers to account A and also account B? or its me as platform who have to return the money?
Responsibility for refunds is with the platform
You can reverse transfers to cover them though: https://stripe.com/docs/connect/charges-transfers#reversing-transfers
oh so I refund the money to customer and then i should reverse the transfers with the others accounts?
Yes if you want to recover the money from the connected accounts
its ok, great
another question,
im having the next webapp based in stripe payments:
https://app.tipeame.com/?id=48fe4d7e99ee45779f1b5ec3ab8b9d63
Web site created using create-react-app
we have google pay and apple pay methods also
is it mandatory to set an amount to displaying the google/apple pay button?
i mean is it possible to be displaying without set any amount?
Why do you want to display the button without showing an amount?
Just need to know use-case
cus this is a webapp for payment purpose so we want to showing at the start all the payment methods available
So you want to show a dummy button that doesn't do anything?
Why not just show an image?
You can see if you can do that directly through apple or google but not through stripe
I think it should work, but I'm not sure off the top of my head. Feel free to test out whatever in test mode
You'll still have the payment modal come up though when the user clicks it i believe
ok the last question
when a signup an account in stripe, im using stripe web embebed in our mobile app
so i realized when inserting an email which not signup with stripe then it is not requiring password, so how is this user able to access to see its movements in stripe?
cus myself as stripe connect owner im able, but what about the user?
how is this user able to access to see its movements in stripe
What do you mean by this? In most cases we recommend your connected accounts to use new stripe accounts just for your platform, but some use cases can connect to existing standard stripe accounts
express
well in the signup form if i set a non real email like: fsjlfjdskl@jflskj.com then stripe is not requiring me a password
so after signup how is this user able to access to their stripe account
You can create login links for them:
https://stripe.com/docs/connect/integrate-express-dashboard#create-login-link
wait, so if user has not stripe account then the only way to login with stripe is this "Unique" link, and how is the user login? if stripe is not requesting me for password?
It's possible to log in with a 2FA code using the phone number provided, but mostly you'll grant access via your own authentication and these login links
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ohh ok, so the thing is we are offering this in our mobile app
so after user is signinup we are generating a QR (With its stripe ID) but we dont need user to be login thorugh our mobile app
so with mobile number may i know the login link? Just for knowledge
what do you mean?
i mean a login page for login with mobile (When user has no account)
without generating that stripe link
If you're not managing the auth and login links, then your account holder would use the login approach in that support doc
may i know any link so i can test to create an account with a non stripe account email and i try to login
In test mode you would do that with the account links -- no its not possible to log in the other way in test mode
That's for live mode only
You need to use the account id and create a login link
Then you can see the express dashboard for the test account
oh so if we change it to live mode for signinup with stripe we need a stripe account?
Well you'd be creating one during the express onboarding process, so yes
ohhh ok perfect
that is clear
one more doubt, is there differents signup form depending on individuals or companies?
because in a first stage we are signingup companies, and then we need to signinup individuals
Hi 👋 I' stepping in for @vague wolf . Give me a minute to catch up
I think the requirements are mostly the same but I would test this thoroughly by creating and onboarding multiple accounts in Test mode using both individual and company business types
but is the signup used for individual and company the same?
or shall we changed it depending on type
When you say "signup" what are you referring to?
we have two differents types of users
individuals and companies
so is the same signingup form for both of them?
I'm still not clear on what you mean. How are you creating accounts? Are you using the API?
Okay so you create a basic express account and then direct them to the stripe hosted onboarding form?
yes