Hi @meaton, I am getting payment token session from apple server while doing merchant validation but it's also not working for me. here is the response that i am getting while calling apple server for payment session.
{
"epochTimestamp":1626243934332,
"expiresAt":1626247534332,
"merchantSessionIdentifier":"SSHAxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx24",
"nonce":"axxxxxx9e",
"merchantIdentifier":"F788084xxxxxxxxxxxxxxxxxxxxxxx7BD9",
"domainName":"example.com",
"displayName":"Example",
"signature":"30800606092a864xxxxxxxxxxxxx6e746",
"operationalAnalyticsIdentifier":"Example:F788xxxxxxxxxxxxx7BD9",
"retries":0
}
However, on passing this to session.completeMerchantValidation, I keeping getting Payment Not Completed Error and the payment sheet keeps processing for 5 secs and it's throws error "Payment not completed"
Any solution?