#numericity
1 messages ยท Page 1 of 1 (latest)
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
๐ happy to help
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
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
It successfully created the subscription
so I could take a look
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
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?
sorry I didn't follow
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?