getGooglePayConfiguration

Fetches the Google Pay merchant configuration using the merchant's publishable key.

Return

A Pair where the first element is the WalletResponses.GetGooglePayConfigurationResponse on success, and the second element is a NetworkingError on failure; one of the two will be null.


Fetches the Google Pay merchant configuration using the merchant's publishable key and delivers the result to the provided callback.

Parameters

completionHandler

Invoked with the parsed WalletResponses.GetGooglePayConfigurationResponse on success, or a NetworkingError on failure; one of the two arguments will be null.