#Yankee
1 messages · Page 1 of 1 (latest)
Hi, I'm having a hard time understanding the ask here. Can you rephrase this?
Ok, i write an example flow
On our service we have subscription plan feature
Monthly or yearly
And some customer at the 15th day of month wants to subscribe some plan
As default Stripe will take only half sum from whole plan price amount
But my client wants stripe will take the whole price amount, what doesn't depend on day of month
If customer will buy subscription at the end of month, he must pay whole sum
Can you share the request id where this has happened? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Now my client is not active. Where i login stripe, he must confirm this login
Ok, we have on prod up test plan
With 1$
Of monthly price
But test customer bought subscription for this plan yesterday and he paid only 0.37$
What moved to next subscription renewal invoice
Because of minimal stripe payment amount is 0.5$
I have an itch that when you create the subscription, you're passing a specific parameter that makes this occur. I recommend that you read this: https://stripe.com/docs/billing/subscriptions/overview
Again, I'd need to see this specific request id so I can further investigate this.
I need to see this example so I can further look into this
Can you share with me how I can reproduce this step by step?
1/ Create a plan for $1
2/ How does the customer pay $0.37?
Before I can help, I need to make sure that I'm testing the exact same scenario as you're seeing.
Look. Price doesn't matter. E.g. customer pay today, at the 21th, and it will pay only about 1/3 of the full price sum for this plan
Make price higher
10$
Because of minimal is 0.5$
I think when you create the subscription, you are passing a specific parameter that makes it work that way.
No that is not, https://stripe.com/docs/api/subscriptions/create?lang=curl#create_subscription-payment_behavior - is used to create subscriptions with status=incomplete if the first invoice cannot be paid. At this point, I think the next step is to attain the request id and come back to the channel after you have the request id.