#GomuGomu88 - refunds

1 messages · Page 1 of 1 (latest)

thorn storm
hybrid yew
#

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?

thorn storm
#

Responsibility for refunds is with the platform

hybrid yew
#

oh so I refund the money to customer and then i should reverse the transfers with the others accounts?

thorn storm
#

Yes if you want to recover the money from the connected accounts

hybrid yew
#

its ok, great

#

another question,

#

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?

thorn storm
#

Why do you want to display the button without showing an amount?

#

Just need to know use-case

hybrid yew
#

cus this is a webapp for payment purpose so we want to showing at the start all the payment methods available

thorn storm
#

So you want to show a dummy button that doesn't do anything?

#

Why not just show an image?

hybrid yew
#

i want to show the real button

#

is that possible?

thorn storm
#

You can see if you can do that directly through apple or google but not through stripe

hybrid yew
#

what if i set 0 in amount as default

#

is that amount ok for displaying the button?

thorn storm
#

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

hybrid yew
#

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?

thorn storm
#

What kind of Connect accounts are you using?

#

Standard, Express, or Custom?

vague wolf
#

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

hybrid yew
#

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

vague wolf
hybrid yew
#

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?

vague wolf
#

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

hybrid yew
#

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

hybrid yew
#

i mean a login page for login with mobile (When user has no account)

#

without generating that stripe link

vague wolf
#

If you're not managing the auth and login links, then your account holder would use the login approach in that support doc

hybrid yew
#

may i know any link so i can test to create an account with a non stripe account email and i try to login

vague wolf
#

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

hybrid yew
#

oh so if we change it to live mode for signinup with stripe we need a stripe account?

vague wolf
#

Well you'd be creating one during the express onboarding process, so yes

hybrid yew
#

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

lost oar
#

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

hybrid yew
#

but is the signup used for individual and company the same?

#

or shall we changed it depending on type

lost oar
#

When you say "signup" what are you referring to?

hybrid yew
#

we have two differents types of users

#

individuals and companies

#

so is the same signingup form for both of them?

lost oar
#

I'm still not clear on what you mean. How are you creating accounts? Are you using the API?

hybrid yew
#

im using the stripe form

#

embebed in mobile app

lost oar
#

Okay so you create a basic express account and then direct them to the stripe hosted onboarding form?

hybrid yew
#

yes