GooglePaymentCardNonce.isNetworkTokenized is always false in sandbox, also for network tokenized cards.
The same card used in production has GooglePaymentCardNonce.isNetworkTokenized = true.
I don't know if this is the intended behavior, but it would be great to have the correct configuration also in sandbox.
Hi @francescocervone thanks for using the Braintree Android SDK. Please contact Support with your merchant ID, they'll assist in troubleshooting your Google Pay sandbox integration.
General information
Issue description
GooglePaymentCardNonce.isNetworkTokenized
is alwaysfalse
in sandbox, also for network tokenized cards. The same card used in production hasGooglePaymentCardNonce.isNetworkTokenized = true
.I don't know if this is the intended behavior, but it would be great to have the correct configuration also in sandbox.