#ryandududu

1 messages · Page 1 of 1 (latest)

sour garnetBOT
serene shale
#

But stripe is complaining that I need to add a default payment method for every customer I create
Where do you see this from?

final hearth
#

It was happening when i try to update the subscription. I got it working now. But i have a questions. I created a coupon that is 100% off forever. If i set the days_until_due to 1 will the user still be billed?

#

Or maybe better, What do you recommend for making subscriptions that are free forever and does not need to add a default payment method?

serene shale
#

It was happening when i try to update the subscription
Can you share the request ID (req_xxx) where you see the error message? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request

If the subscription is free forever and the invoices are of zero amount, then not having default payment method set shouldn't throw an error unless you see otherwise.

final hearth
#

Here is the request ID

#

req_pv5w0OMPOHLNtU

serene shale
#

Thanks for sharing. Checking it now

#

From this request, you tried to update the subscription to non-zero price, so it's no longer free forever. Is that intended?