Viincenttt / MollieApi

This project allows you to easily add the Mollie payment provider to your application.
MIT License
151 stars 85 forks source link

Google Pay missing as payment method #408

Open neo1992 opened 1 week ago

neo1992 commented 1 week ago

Google Pay is not available in Mollie.Api.Models.Payment.PaymentMethod

Viincenttt commented 3 days ago

Hi @neo1992

Thanks! Do you happen to know what the exact name of the payment method is that the Mollie API uses for Google pay? I don't see it mentioned on the "Create payment" API documentation: https://docs.mollie.com/reference/create-payment.

image

neo1992 commented 3 days ago

Hi @Viincenttt I do not. I just see a Google Pay option under website profiles, but don't know how to offer it to customers Screenshot 2024-11-19 160208

Viincenttt commented 2 days ago

I've just merged a PR to add the payment method to the list of constant strings :) I'll release it soon, but in the mean while you can create a payment with Method = "googlepay".