Invalid request app identifier - Server API calls

We've trying to integrate server-server communication implemented for in-app purchases. During the process of testing we're facing issues which I believe its something to do with JWT creation.

Is anyone faced this error response: https://developer.apple.com/documentation/appstoreserverapi/invalidappidentifiererror when you try https://developer.apple.com/documentation/appstoreserverapi/get_all_subscription_statuses?changes=latest_major

Any feedback or help would be appreciated.

We've followed the setup and JWT generation as per this: https://developer.apple.com/documentation/appstoreserverapi/generating_tokens_for_api_requests?changes=latest_major

Thanks!

Double check the Bundle ID (bid) you're using in your JWT payload to ensure it's correct. Also verify that the originalTransactionId submitted is that of a subscription for the app associated with that Bundle ID.

Please ensure that when constructing the JWT payload, all of the payload fields are assigned to the correct values, including the bundle id (bid). If you are still having issues, please follow up with a Feedback Assistant report, http://feedbackassistant.apple.com, detailing any information you have like the time of request, environment, or original transaction id and post the FB number here.

Invalid request app identifier - Server API calls
 
 
Q