SAP BRIM (Billing and Revenue Innovation Management) · Capability
SAP BRIM Subscription Lifecycle Management
Workflow capability for end-to-end subscription management within the SAP BRIM suite. Covers subscriber onboarding, plan management, lifecycle transitions (activate, suspend, renew, cancel), and billing cycle orchestration. Used by subscription management teams and customer service representatives.
What You Can Do
GET
List subscriptions
— List all subscriptions with filtering.
/v1/subscriptions
GET
Get subscription
— Get subscription details.
/v1/subscriptions/{subscriptionId}
GET
List plans
— List available subscription plans.
/v1/plans
GET
List customers
— List customers.
/v1/customers
GET
Get customer
— Get customer account details.
/v1/customers/{customerId}
MCP Tools
list-subscriptions
List customer subscriptions with filtering by status, plan, or customer.
read-only
get-subscription
Get full lifecycle details of a specific subscription.
read-only
create-subscription
Create a new subscription for a customer on a selected plan.
suspend-subscription
Suspend an active subscription (e.g., for non-payment).
idempotent
cancel-subscription
Cancel and terminate a customer subscription.
idempotent
list-plans
List all available subscription plans in the BRIM catalog.
read-only
get-customer
Get customer account details and subscription history.
read-only
APIs Used
sap-brim-subscription-billing