#ap - Subscription Tax Rates
1 messages · Page 1 of 1 (latest)
Hello! Can you give me the request ID showing the error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Looking, hang on...
Ah, okay, it looks like you're using a really old API endpoint. POST /v1/customers/:id/subscriptions hasn't been recommended in a long time. You should use POST /v1/subscriptions instead and specify the customer property as described here: https://stripe.com/docs/api/subscriptions/create#create_subscription
@turbid wagon ok, is there any way however to still pass something to that old endpoint, just so we have minimal code changes or is the only way to simply switch to new endpoint and change all parameters being passed in. Let me know. Thank you.
I'm not 100% sure. I think you'll need to switch endpoints, but let me see if I can confirm that, hang on...
ok
I confirmed you'll need to switch to the new endpoint.
ok, thanks for confirmation