#Omri - Payment Element
1 messages · Page 1 of 1 (latest)
you don't, since you don't need the payment method on the server to create a Subscription. Instead you create the subscription first and then use the latest_invoice.payment_intent with the PaymentElement.
there is doc of https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements for coding (client/server) inkstand of using the stripe dashboard?
yes
with https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements how the client will pay with google pay and apple pay?
they'll pick the Google or Apple Pay buttons in the PaymentElement and pay with them.
I'm using the connect account, and I have had a problem in the past with my clients, they was see a lot of incomplete subscriptions and they did not like that.. if the user decide not to inset card number and complete the subscription the connect account will see incomplete subscription. what I can do to avoid of that?