#dineshkumar_docs

1 messages ¡ Page 1 of 1 (latest)

steady zincBOT
ember roostBOT
#

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.

steady zincBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1260183615543971872

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

void yoke
#

stripe doesn't required the credit card in order for promocode to works?
Could you please share more details?

sudden hemlock
#

when i use 100 % of promocode/zero payment on subscriptions, credit card required or not?

#

var subscriptionOptions = new SubscriptionCreateOptions
{
Customer = customer.Id,
Items = subscriptionItems,
PaymentSettings = customer.InvoiceSettings.DefaultPaymentMethodId == null ? new SubscriptionPaymentSettingsOptions { SaveDefaultPaymentMethod = "on_subscription" } : null,
PaymentBehavior = "default_incomlete",
PromotionCode = promocodeId
};

void yoke
#

when i use 100 % of promocode/zero payment on subscriptions, credit card required or not?
Good question. I think if the resulting invoice has 0 amount then the Subscirption will be active and the first invoice will be marked as paid (0$)

#

Have you make a test ?

sudden hemlock
#

Yes

#

i have test it has active

void yoke
#

You can optionally, to use the pending_setup_intent in order to collect the PaymentMethod or not, just keep it like that.

sudden hemlock
#

example doc link please....

#

when i use 100 % of promocode/zero payment on subscriptions, credit card required or not? need document, please..

steady zincBOT
sudden hemlock
#

ok thanks, i will check, if any help need i will come back..