Jul 10, 2018
4
Level 1
Stripe Connect Tutorial
Hi everyone!
can someone provide me a link tutorial about stripe connect. Or a sample code how to connect client's account to the platform account?
Level 80
@shifoodew You will need to set a redirect URL in Stripe. Stripe will redirect back to this URL after a user has authorised your application. In this redirect URL you need to execute this POST request: https://stripe.com/docs/connect/oauth-reference#post-token
You can use something like Guzzle to do this. In the response, you’ll then get the connected account’s ID, access token etc.
Please or to participate in this conversation.