I'm using python library for making transaction for Apple Pay.And I'm
sending the opaquedata.dataValue as the base64 encoded data that
contains the version, data, signature, header(ephemeralPublicKey,
publicKeyHash, transactionId).I'm getting the fol...