Hi @mr_al,I used the live API console to test the token that I got from
the front
end:https://developer.authorize.net/api/reference/index.html#mobile-in-app-transactions-create-a-google-pay-transactionIn
order to use the API Console, you have to log ...
I made a successful transaction.You need the specification to look like
this:var tokenizationSpecification = { type: 'PAYMENT_GATEWAY',
parameters: { 'gateway': 'authorizenet', 'gatewayMerchantId':
'[GatewayID from AuthNET]' } };The gateway ID can be...
I managed to submit a successful transaction.You need the specification
to look like this:var tokenizationSpecification = { type:
'PAYMENT_GATEWAY', parameters: { 'gateway': 'authorizenet',
'gatewayMerchantId': '[GatewayID from AuthNET]' } };The gate...