Hi everyone! I’m trying to automate the Apple Pay setup in a CI/CD pipeline for a preproduction environment. Right now, we are generating manually the Apple Pay certificates for both the root domain and merchant ID through the Apple Developer Portal, then manually upload them to our preproduction servers. My idea is to be able to automate this process for this environment.
I’ve been digging through docs and forums but haven’t found any way to generate or renew these certificates automatically via an API or any other method. Does anyone know if Apple offers something like this? Or if not, what’s the best way to handle this in an automated workflow? I've been thinking about a web driver, but I'm not a big fan of this kind of solution.
Thanks a lot for any ideas or advice!