#yns-ely_api

1 messages · Page 1 of 1 (latest)

glass larkBOT
#

đź‘‹ 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/1431278299396440111

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

steady marsh
#

Hi there, juggling a couple of threads, will look into this!

glass larkBOT
wispy edge
#

From looking at that request you shared, it looks like you're using 'payment_behavior: "allow_incomplete",': https://docs.stripe.com/api/subscriptions/create?api-version=2025-09-30.clover#create_subscription-payment_behavior

This means that 'Subscriptions with status=incomplete if the first invoice can’t be paid. Creating Subscriptions with this status allows you to manage scenarios where additional customer actions are needed to pay a subscription’s invoice.'

What are you really trying to do?

languid compass
#

i just want to make them pay a subscription and to be debit now.

wispy edge
#

If you take that behavior away from your request, do you see what you expect?

languid compass
#

the problem i have is that when i tried to pay my subscription, stripe try to charge me 0€ and not the price of the subscription

#

i will try

#

This is the same

wispy edge
#

Hmm, the price on the subscription is €0.10 eur hence if the price is small enough it will add to the credit balance.

#

Also, it's against your TOS to test in live mode

languid compass
#

so i am not in live mode ?

wispy edge
#

No, you're in live mode

#

but it looks like you're testing

languid compass
#

ahh you're right it was because of the price. I tried with 20€ and then it s okay

#

thank you very much