Posts

Showing posts with the label google-pay

Google pay transaction fails with 409 error

Image
Clash Royale CLAN TAG #URR8PPP Google pay transaction fails with 409 error We integrated Google pay with tokenization type as TOKENIZATION_DIRECT with public_key added as a parameter. .setPaymentMethodTokenizationType( WalletConstants.PAYMENT_METHOD_TOKENIZATION_TYPE_DIRECT) .addParameter("publicKey", "...key..") But, the transaction fails with error code 409, which means as per documentation Not immediately recoverable error. There are problems with the buyer's account (e.g closed account, unsupported country) We verified reasons closed and unsupported country, both are okay. What other reasons could it be? By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.