A. Gladkiy
A. Gladkiy

Reputation: 3450

Stripe Customer Portal - show specific subscription

I have one Stripe Customer, that attached to many companies into my project. Every company has its own subscription. So one Customer has many Subscriptions. But during manage subscriptions on Customer Portal page I want to see just one subscription related to company (for now I see all Subscriptions related to the Customer).

Is there way (param) to show just one subscription related to specific Company (maybe by its ID) on Customer Portal page?

Upvotes: 0

Views: 665

Answers (1)

Jonathan Steele
Jonathan Steele

Reputation: 1938

It's not possible right now to restrict the subscriptions managed in a Customer Portal session. You pass the customer parameter on creation and all subscriptions associated to that Customer object are manageable.

Upvotes: 1

Related Questions