Pass GooglePay token to Sqaure sdk? [ANDROID]

I have implemented the googlepay code to get the payment token from their end. However Im not sure how we pass it into the Square sdk to get a square payment token. Ive read and fallowed through several different tutorials but the functions seem to be depreciated (example: GooglePay.requestGooglePayNonce(googlePayToken)).

Is there an updated tutorial on how to pass the google pay token to the square sdk, or is there native way in the sqaure sdk to call googlePay and get the token from the sdk directly?

You’ll have to use our Google Pay implementation to generate a token that you can pass to the SDK to process payments with. :slightly_smiling_face: