Bamboo Card
HomeYour First Order

Your First Order

Follow the recommended Bamboo API flow from credentials to catalog discovery, order placement, and fulfillment tracking.

From setup to first successful order

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.

Recommended order flow

01

Generate API credentials

Create or retrieve your Client ID and Client Secret from the Bamboo Client Portal API Settings panel.

View authentication
02

Retrieve your catalog

Use Get catalog to see the brands, products, denominations, and currencies available for your account.

Open Get catalog
03

Check available accounts

Retrieve your funding accounts before placing an order so you can confirm the correct balance source.

Open Get Accounts
04

Place the order

Submit the selected product, recipient details, and order metadata through the Place Order endpoint.

Open Place Order
05

Track order status

Use Get Order or Orders to monitor fulfillment status and confirm the final order result.

Open Get Order
06

Handle notifications

Configure webhook handling so your system can receive Bamboo order updates automatically.

View webhooks
i

Tip

Always complete and validate the full flow in sandbox before moving to production.

View environments