PaddleHQ / paddle-python-sdk

Python SDK for working with the Paddle API in server-side apps.
https://developer.paddle.com/
Apache License 2.0
21 stars 4 forks source link

Customer portal sessions #78

Open Mike97M opened 3 days ago

Mike97M commented 3 days ago

Please describe your feature request.

According to the api documentation: https://developer.paddle.com/api-reference/customer-portals/create-customer-portal-session it's possible to create customer portal session directly from the api, by providing the subscription ID, but I couldn't find this functionality in the sdk, so it would be great if it was implemented.

Describe your solution.

Add a new function under the subscription sub-module to handle the creation of temp links to the portal.

Describe alternatives you have considered.

No response

Additional context

No response

davidgrayston-paddle commented 3 days ago

Hi @Mike97M :wave:

Thank you for opening this issue, we plan to add support for customer portal sessions in the next few weeks.