#mks_api

1 messages ยท Page 1 of 1 (latest)

gray pineBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1224694191846588447

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

hasty pivotBOT
#

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.

obsidian citrus
#

๐Ÿ‘‹ happy to help

#

would you mind elaborating more?

echo edge
#

stripe.Subscription.create(
customer="cus_PqnfK7wPkdQFQ5",
items=[{"price": "price_1OtmAnDgqR5w8erLDBdE2I1G"}],
default_payment_method = payment_method
)

here my code I want to pass payment method
also same time I want to make sure for first bill customer will get 0$ bill

obsidian citrus
#

you can give them a 100% discount on the 1st invoice

#

or a trial period

echo edge
#

100% discount

#

and I have below kind of price

obsidian citrus
echo edge
#

it is not checkout session, we are creating subscripiton on behalf of customer without much informing them

obsidian citrus
#

if the question is how can we achieve this using the dashboard then you need to contact https://support.stripe.com/?contact=true

echo edge
#

okay

#

10x!