question

seth avatar image
seth asked bryanvargas commented

Getting a 403 response during our OAUTH2 flow onboarding a customer

After going through the OAUTH flow to connect a customer to our app, we reach out to the merchants endpoint to pull back some data to save off on our side using this url path: $"/v3/merchants/{merchantId}?expand=employees,address";

We are using the token we just successfully got from the auth endpoint.

However, we are getting a 403 response.

I checked our app permissions and they do have read access to the merchants endpoint.

I can not figure out what is going on.

App MarketOAuth
1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

bryanvargas avatar image bryanvargas ♦♦ commented ·

403 error is normally tied to insufficient permissions. Can you make sure you also have EMPLOYEE READ because you are attempting to read employee data

0 Likes 0 ·

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community