Implemented google pay api into my android app using https://developers.google.com/pay/api/android/guides/tutorial and https://github.com/google-pay/android-quickstart
The default country code is US and currency code is USD. My issue is that I need to use the app in Saudi-Arabia, but I cannot change the Country/Currency code. If I change it (country code: SA and currency code: SAR) an error occurs with Error code: 412.
Also, changing parameter billingAddressRequired to false is of no use as address is still mandatory for payment.
So,
Can I implement google pay api for my android app in Saudi-Arabia and how to do so?
Can I hide billing Address in the payment page and how to do so?
- Can I display total amount in the google pay payment pop-up along with the card-details and all?
Thanks in advance for your help.