Aliquot-Pay
Generate Google Pay tokens to use for testing. Used for testing Aliquot.
Generate a token and associated values.
require 'aliquot-pay'
ap = AliquotPay.new(:ECv2)
token = ap.token
# Extract root signing keys in same form as Google supplies them.
signing_keys = ap.extract_root_signing_keys
# Extract shared secret as Base64
shared_secret = ap.shared_secret
# Extract (default) recipient id
recipient_id = ap.recipient_id