#shinta26-restricted-key
1 messages ยท Page 1 of 1 (latest)
hello
There's a PaymentMethods access in restricted key page. Is this what you're looking for?
Yes, write will give both read and write access
After checking, there's no access with write only
our client doesn't want to have read access, only write access to their stripe account
is there any other way to achieve this approach?
Not at API access level, but you can prevent read access from not calling retrieval functions
could you elaborate please
Read access is simply GET requests. In order to avoid read access on Payment Methods, your code should not include those GET Payment Methods requests: https://stripe.com/docs/api/payment_methods
ok, so there's no other way on api level... we'll try to explain this on our client. thanks
another question if you don't mind
could you explain to me how stripe connect works, most especially on money flows... if the charge is performed on connected account
There are 3 types of charges: Direct Charges, Destination Charges, Separate Charges and Transfers
You can click on the doc of each type of charges and it'll explain its fund flow: https://stripe.com/docs/connect/charges
what we want to confirm is that if you perform a charge on connected account, does the money goes straight to main bank account?
What type of charges do you plan to use?
according to docs, if i'm using standard account. stripe recommends that i should use direct charge
Yup, that's correct. It's recommended to use Direct Charges on Standard account
With Direct Charges, the funds will go to connected account balance and pay out to connected account's bank based on payout schedule
i'm gonna be honest with you, i have no idea about 3 types of charges, and would really appreciate if you could explain to me about those type of charges so that i could explain it to my boss. my boss main concern is where will the money goes
could you explain it to me what are those charges do?
Have you read the doc? https://stripe.com/docs/connect/charges
My explanation will be the same as what the doc mentioned
i'm gonna show this to my boss. thanks a lot ๐
No problem! Happy to help ๐