Error code: 401101, "Not Authorized to access the API" #43
-
I have cloned the repo and followed all the steps in generating and uploading the public key to my jenga account. I have doubled checked on my API key, consumer secret and merchant code - they are all correct. I can confirm that my access token and signature are correct.
and here is my AccountInquiryController:
use Illuminate\Http\Request; class AccountInquiryController extends Controller
}
As you can see I am doing a search on the default sandbox account.
My issue is, if all my credentials are right, why am I still not authorized into the API? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@kibiwotvincent If everything is correct, as you have suggested, then there is a possibility that you have not subscribed to the respective service. In JengaAPI, you have to enable the API services that you need to use. This is security measure. Start by going to Settings -> Subscriptions and ensure your account is subscribed. |
Beta Was this translation helpful? Give feedback.
@kibiwotvincent If everything is correct, as you have suggested, then there is a possibility that you have not subscribed to the respective service. In JengaAPI, you have to enable the API services that you need to use. This is security measure.
Start by going to Settings -> Subscriptions and ensure your account is subscribed.