Open Customer Portal - Autumn
Hi, I am seeing an issue opening the Billing Portal via the autumn-js SDK.
It was working for a few months.
But now our users cannot open customer billing portal.
This issue started like a week ago.
When our backend calls
Autumn responds with an error and our logs show:
The returned data is null, so we can’t get
It looks like API spec changed and now it needs
Then documents and SDK needs to be updated because it says
https://docs.useautumn.com/api-reference/customers/open-billing-portal
Thanks.
It was working for a few months.
But now our users cannot open customer billing portal.
This issue started like a week ago.
When our backend calls
autumn.customers.billingPortal(customerId) (passing only the customer ID), Autumn responds with an error and our logs show:
The returned data is null, so we can’t get
data.url .It looks like API spec changed and now it needs
return_url param?Then documents and SDK needs to be updated because it says
return_url is not required.https://docs.useautumn.com/api-reference/customers/open-billing-portal
Thanks.
