#tienbt_14585
1 messages · Page 1 of 1 (latest)
Hello tienbt_14585, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• https://discord.com/channels/841573134531821608/1163397982255845417, 2 days ago, 4 messages
• https://discord.com/channels/841573134531821608/1163305221708062760, 2 days ago, 20 messages
Hi there, so you want to remove Link from the PaymentElement? Link is Stripe's fast-checkout solution https://stripe.com/docs/payments/link it allows your customer to quickly complete a payment with a saved payment method.
If I leave this link, how can I use it? thanks
Let me ask you more, if you pay for a subscription for the first time with the card payment method, if you pay for the subscription the second time, will it automatically default to the first payment method? Or what param should be passed to create subscription so it can save the payment method?
You can learn more about link in the doc that I shared earlier
Let me ask you more, if you pay for a subscription for the first time with the card payment method, if you pay for the subscription the second time, will it automatically default to the first payment method? Or what param should be passed to create subscription so it can save the payment method?
https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_settings-save_default_payment_method set it to on_subscription
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.