I have set up the Google Pay button on my page by following Google Pay documentation, but i got stuck in the last step where i need to send the token response from Google Pay to Stripe as the Google Pay document describe.
To execute the payment, the backend processes the purchase and sends the payment token to the payment service provider.
I have search the Stripe documentation but can't seem to find how to use that token but instead they show me how to use Stripe Payment Request Button to integrate Google Pay. So, does stripe support token from Google Pay api or do i need to use Stripe Payment Request Button to integrate with Google Pay?