The docs here: https://developer.apple.com/documentation/appstoreconnectapi/certificatetype
Imply that you can create a certificate with a certificateType of PASS_TYPE_ID_WITH_NFC
or PASS_TYPE_ID
. However, when using the API, I get a 404 or a 403 status code when attempting to use them. Additionally, there is no documented way to associate the certificate to a particular bundle id for the pass type.
Has anyone been able to successfully create a certificate for passes? If so what request did you send?