#Emer-billing-portal-config
1 messages · Page 1 of 1 (latest)
Hey! Can you share the ID of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_nY0luL0zpWXgyA
Seems like you're passing the same Price object (price_1KMTIdSCCAbGvXy8mRNmF6TX) twice in your API call, which will explain the error (they will have the same interval)
Yes, was fixing that, thanks for the support