#bohjio

1 messages · Page 1 of 1 (latest)

rain wigeonBOT
warm pilot
raven compass
#

yes - assume that the manifest is updated to grant access

#

in that case a platform app can access on behalf of the user with just the account_id?

warm pilot
#

yep, pretty much. You can try it out

raven compass
#

so stripe maintains a link between my STRIPE_API_KEY and the users account_id - knowing what to allow?

#

and when the user uninstalls the app - that permissions gets revoked?

#

if my understanding is correct, then its helpful because then I do not have to build separate authentication logic in my backend. I can just rely on stripe account_id, user_id, and signature to manage users in my application.