Failed on in-app provisioning

I am currently working on the testing of in-app provisioning from the mobile app side. I followed the guide to pass the encryptedPassData, ephemeralPublicKey, and activationData to the Wallet through the PKAddPaymentPassRequest class, but the result was a failure.

I also followed the guide to use the init(base64Encoded:options:) function to encode those objects before passing those to the class. However, when I attempted to extract the log as per the guide, I only received a response code of 500. Can anyone please advise on how I can obtain more information to troubleshoot the problem? Thank you!

Failed on in-app provisioning
 
 
Q