#numericity

1 messages ยท Page 1 of 1 (latest)

full stratusBOT
wind juniper
#

Hey. I have a Stripe connect system. I have a plan that is low-cost, and pro-rates, meaning an initial payment could be small

dense ridge
#

๐Ÿ‘‹ happy to help

wind juniper
#

Is there a minimum amount for subscription creation? For one of my clients, the initial payment was like ยฃ0.07, and Stripe immediately created it as active

#

with no payment intent or anything

#

Didn't take a payment method etc

#

This tripped up my application that wasn't expecting this

dense ridge
#

in a one-time payment if the amount is less then the minimum the Payment Intent will automatically fail

#

in subscriptions I'm not sure how does it work to be honest

#

could you please give me the subscription id

wind juniper
#

It successfully created the subscription

dense ridge
#

so I could take a look

wind juniper
#

Sure, 2 secs

#

This is one on my test account: sub_1Lni1fQCOSEzOPOeKhLGUQT1

dense ridge
#

Ok so it seems in subscriptions if the amount is less then the minimum it would be added to the customer's Invoice credit balance up until the amount surpasses the minimum required then the user will pay once

wind juniper
#

Ok, thanks!

#

In other instances, I'd create a subscription setup intent, then send the customer onto a card form. When they submit, I send the card details with the setup intent

#

How would I handle the scenario that the first payment is below the threshold, and no intent is returned?

dense ridge
#

sorry I didn't follow

wild zenith
#

Hi ๐Ÿ‘‹ I'm jumping in as my teammate needed to step away. I'm also a little unclear what you're asking, could you elaborate on what it is that you're trying to figure out how to handle?