Service catalog
What happens when a service is off
The product’s actions respond403 service_disabled:
- Reads are never blocked: you can always list and query your historical operations, balances and movements.
- In-flight money finishes its cycle: a
processingpayout completes (or refunds) even if the service is disabled afterwards. - With
cardsoff, card purchases stop authorizing instantly and no monthly fees are generated.
Recommended integration pattern
- Query
GET /v1/serviceswhen your app loads (and cache for a few minutes). - Show only the products set to
true. - Still handle
403 service_disabledon any action: configuration can change between your cache and the operation.
Services are enabled by your organization according to the commercial
agreement. If you need a product activated (for example
banking or
cards), contact your CBPay administrator — the change is immediate, no
redeploy needed.