# Billing portals Use these operations to create and manage billing portals. Rebilly hosted billing portals provide secure, Rebilly hosted pages, where customers can: view invoices, cancel subscriptions, update payment instruments, and update their address. ## Retrieve billing portals - [GET /billing-portals](https://www.rebilly.com/static/_spec/catalog/all-3.0/billing-portals/getbillingportalcollection.md): Retrieves a list of billing portals. ## Create a billing portal - [POST /billing-portals](https://www.rebilly.com/static/_spec/catalog/all-3.0/billing-portals/postbillingportal.md): Creates a billing portal. ## Retrieve a billing portal - [GET /billing-portals/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/billing-portals/getbillingportal.md): Retrieves a billing portal with a specified ID. ## Upsert a billing portal - [PUT /billing-portals/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/billing-portals/putbillingportal.md): Creates or updates (upserts) a billing portal with a specified ID. ## Delete a billing portal - [DELETE /billing-portals/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/billing-portals/deletebillingportal.md): Deletes a billing portal with a specified ID.