Hello,
Me and my team are currently integrating Apple Push Provisioning in our mobile app. We have everything configured/whitelisted in order for this to work. Even we're managing to provision a card through the Apple Wallet app. But, when trying to achieve this in-app, after tapping "Next" on the "Add card to apple pay" screen, there's an error, that "Could not add card". I checked the logs in the Console.app and observed the following issue:
Response:
https://nc-pod5-smp-device.apple.com:443/broker/v4/devices/042F390B5D5680019252161094302424C2DBAC1E16FF4F31/cards 500
{
Connection = close;
"Content-Length" = 81;
"Content-Type" = "application/json";
Date = "Fri, 26 Feb 2021 07:34:47 GMT";
Vary = "accept-language";
"X-Pod" = "nc-pod5";
"X-Pod-Region" = "paymentpass.com.apple";
"x-conversation-id" = 9c416925938f4ac2a3dc5a21301c6f66;
}
{
statusCode = 500;
statusMessage = "Broker Service Response exception";
}
Can you, please, suggest, what could be the issue?
Regards,
Petko
Me and my team are currently integrating Apple Push Provisioning in our mobile app. We have everything configured/whitelisted in order for this to work. Even we're managing to provision a card through the Apple Wallet app. But, when trying to achieve this in-app, after tapping "Next" on the "Add card to apple pay" screen, there's an error, that "Could not add card". I checked the logs in the Console.app and observed the following issue:
Response:
https://nc-pod5-smp-device.apple.com:443/broker/v4/devices/042F390B5D5680019252161094302424C2DBAC1E16FF4F31/cards 500
{
Connection = close;
"Content-Length" = 81;
"Content-Type" = "application/json";
Date = "Fri, 26 Feb 2021 07:34:47 GMT";
Vary = "accept-language";
"X-Pod" = "nc-pod5";
"X-Pod-Region" = "paymentpass.com.apple";
"x-conversation-id" = 9c416925938f4ac2a3dc5a21301c6f66;
}
{
statusCode = 500;
statusMessage = "Broker Service Response exception";
}
Can you, please, suggest, what could be the issue?
Regards,
Petko