google-pay / payment-data-cryptography-dotnet

Sample implementation of Google Pay Payment Data Cryptography in C#
Apache License 2.0
30 stars 18 forks source link

example of private keys #8

Closed dolphinsd closed 1 year ago

dolphinsd commented 4 years ago

Hi, we obtained json file from developer console for our service account.

How we generate, extract private key from json file provided by google?

Pasting private key from json file does not seems to work in step parser.AddPrivateKey.

sajasbana commented 1 year ago

@dolphinsd did it worked with you? I'm trying save values from google doc but not working

fstanis commented 1 year ago

Please refer to Payment data cryptography for information about generating keys and the protocol itself.