retrieveAllowedPaymentMethods

fun retrieveAllowedPaymentMethods(googlePayOptions: GooglePayOptions, supportedCardSchemes: List<CardScheme>?): JSONArray?

An object describing accepted forms of payment by your app, used to determine a viewer's readiness to pay.

Return

API version and payment methods supported by the app.

See also

IsReadyToPayRequest

(https://developers.google.com/pay/api/android/reference/object.IsReadyToPayRequest)