#Yankee

1 messages · Page 1 of 1 (latest)

wraith wedgeBOT
lucid badger
#

Hi, I'm having a hard time understanding the ask here. Can you rephrase this?

tired cypress
#

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

lucid badger
tired cypress
#

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$

lucid badger
#

Again, I'd need to see this specific request id so I can further investigate this.

tired cypress
#

It doesn't depend on some request

#

It happens for only sub

#

every sub*

lucid badger
#

I need to see this example so I can further look into this

tired cypress
#

Its a question about stripe feature, but ok

#

On monday

lucid badger
#

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.

tired cypress
#

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$

lucid badger
#

I think when you create the subscription, you are passing a specific parameter that makes it work that way.

tired cypress
#

Wait a minute

#

Oh, its this?
payment_behavior: 'allow_incomplete'

lucid badger