--- title: "API.260907-MINOR" slug: "api-260907-minor" description: "New API endpoint for retrieving stripe customers" updated: 2026-09-07T12:34:29Z published: 2026-09-07T12:34:29Z canonical: "help.frisbii.com/api-260907-minor" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.frisbii.com/llms.txt > Use this file to discover all available pages before exploring further. # API.260907-MINOR ### 🔧 Change #### New endpoint for assigned Stripe customer ID The API now includes a new `GET `endpoint that returns the Stripe customer ID currently assigned to a customer. This makes it possible to check the assignment directly through the API instead of querying Stripe or the database separately. #### More reliable rollback for partial cancellations When the invoice correction for a partial cancellation failed, the cancellation was not always rolled back correctly. This has been fixed so that the subscription is reliably restored to its original state in such cases.