#izaerex-payments
1 messages · Page 1 of 1 (latest)
hi, I would like to integrate google pay as payment method
at the moment, I've implemented only card and sepa debit payment methods. I would like to keep my flow: Create paymentIntent, the user select the paymentMethod, I create the paymentMethod and assign it to the payment intent
because i neet to create the paymentIntent in the main account and next create the py in the connected account after collecting the application fee
I see! that should be mostly possible yes. It does not involve using a "charge" as a PaymentMethod so I'm a bit lost. You can use Google Pay to get just a PaymentMethod though yep.
https://stripe.com/docs/stripe-js/elements/payment-request-button would be the most straightforward way for the use case you're targeting