We have configured our Merchant ID and downloaded the Merchant ID certificate.
When we call to Validate merchant Session with the validationURL we get a merchant session object compete with
{
displayName: '......', domainName: '......', epochTimestamp: '......', merchantIdentifier: '......', merchantSessionIdentifier: '......', nonce: '......', signature: '......'
}
On passing the 'merchantSession' to 'completeMerchantValidation'
session.completeMerchantValidation(merchantSession);
the loading icon changes to 'Payment not Completed' and oncancel event is fired.
There is no request for authorization a.k.a. the fingerprint icon that shows up. This happens almost instantaneously.
We are doing this on an authorized domain as well.
Any help would be really appreciated.