#Gleb - Various Questions
1 messages · Page 1 of 1 (latest)
Hello! Let's keep all your questions in this thread. 🙂
And another one. Is there a way to create a payment method for ApplePay / GooglePay without creating a payment intent? Just like it is possible for a credit card.
For your first question what do you mean by "user session"?
For your second question, yes, you can create a Payment Method with Apple/Google Pay without a Payment Intent.
I'm sorry for the confusion. For the first question I meant a session for the customer portal: https://stripe.com/docs/billing/subscriptions/integrating-customer-portal#redirect
Ah, gotcha. No, you must create the Customer Portal Session using your backend code with your secret key.
I am sorry for the trouble, but could you point us into the right direction? It seems like this method doesn't allow to do so:
https://stripe.com/docs/js/payment_methods/create_payment_method
Thank you. Very much appreciated.
stripe.createPaymentMethod creates a Payment Method, nothing else. Can you ask a more specific question or provide more details about what's blocking you?
Is there an example showing how to create payment method when using Stripe's payment request button? Or maybe it's explained somewhere in the doc? It's just overall unclear how to do so.