Generate API credentials
Create or retrieve your Client ID and Client Secret from the Bamboo Client Portal API Settings panel.
Follow the recommended Bamboo API flow from credentials to catalog discovery, order placement, and fulfillment tracking.
This guide gives your technical team a simple sequence for building the first Bamboo Card order flow. Start in sandbox, validate each endpoint, then move to production once your integration is ready.
Create or retrieve your Client ID and Client Secret from the Bamboo Client Portal API Settings panel.
Use Get catalog to see the brands, products, denominations, and currencies available for your account.
Retrieve your funding accounts before placing an order so you can confirm the correct balance source.
Submit the selected product, recipient details, and order metadata through the Place Order endpoint.
Use Get Order or Orders to monitor fulfillment status and confirm the final order result.
Configure webhook handling so your system can receive Bamboo order updates automatically.
Always complete and validate the full flow in sandbox before moving to production.