Overview
The Brand API lets your systems issue wallet cards, update cardholder data, and integrate with Bambu programs. This portal replaces the legacy Swagger UI atswagger-brand*.bm.cards.
You will need credentials from your Bambu account team before calling the API.
Environments
Use sandbox for development and UAT. Production credentials do not work against sandbox hosts.
What you receive from Bambu
Quickstart
- Authenticate to obtain a Bearer access token.
- Issue a card with
POST /{brand_id}/programs/{program_id}/issue-wallet. Sendpersonandpassdatain one request. You do not need a separate person-create call. - Look up or update the card with
unique_idmatching your external member key.
issue-wallets or bulk-wallets.
See the API Reference tab for partner-facing endpoints grouped by use case (wallet cards, activations, transactions, SMS, and more). OAuth setup is also linked at the bottom of API Reference.