Hi Lee,
We indeed only create one access token / refresh token per Stripe
account and scope, so when you reconnect the same account to the same
application, you'll get the same credentials back. (The OAuth spec[0]
doesn't have any provision for this, so we opted to do it to prevent
many dangling access tokens in the case someone reconnected to an
application multiple times. We also didn't think there was any
compelling reason for needing multiple tokens per scope.)
I'd be curious to hear if Matt's solution works for you. In general,
we recommend that for users that have multiple businesses or stores,
they have multiple Stripe accounts (better for accounting and
reconciliation, like Matt mentioned, and for various fraud detection
reasons as well). As for the bug re: switching accounts on the Connect
screen, we've been working on that and hope to have a fix out later
this week!
Amber
0:
http://tools.ietf.org/html/rfc6749
> --
> You received this message because you are subscribed to the Google Groups
> "Stripe API Discussion" group.
> To post to this group, send email to
api-d...@lists.stripe.com.
> Visit this group at
>
http://groups.google.com/a/lists.stripe.com/group/api-discuss/.
>
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
api-discuss...@lists.stripe.com.