Search code examples
androidgoogle-pay

How to customize Google Pay's payment sheet?


I want to customize the Google Pay payment sheet UI to display additional data (such as Card Billing address, city, country, postal code ...).

Is there a way to achieve that?


Solution

  • It isn't possible to display billing address/details in the payment sheet. Billing details are attached to the user's chosen payment method so they don't really have the option to choose different billing details.

    It would be interesting to understand your use case for displaying billing address is. If you want it for shipping, then I would suggest using shippingAddressRequired instead.