stripe-api-php
stripe-api-php copied to clipboard
Stripe Connect
Some of the API items require an OAuth access token to work using Stripe Connect. These include:
Do you want to integrate OAuth into this lib to handle that? For my immediate usage (the app I'm working on) it's not required, but I wanted to bring it up.
I'm certainly not opposed to adding support for the OAuth endpoints in the future. I'd like to get all of the non-OAuth REST endpoints covered first, though.
Hey, how's the Stripe Connect impl. going?