fbpx

Stripe Connect Error: No application matches the supplied client identifier

I received the following error out of the blue for a Stripe Connect implementation that I built out. I describe the context surrounding this error below but I found a simple way to solve this issue. Spoiler alert, I was missing the client_id from my generated authorization URL. I used the great PHP League’s OAuth 2.0 Client,…