Explore the available endpoints to retrieve a purchase in Bamboo using TransactionId, Order, or UniqueID, or view the full transaction lifecycle.
Bamboo provides multiple ways to retrieve purchase information depending on your use case.
You can retrieve the original purchase using the TransactionId, Order, or UniqueID, or access the full transaction lifecycle through the Purchase Details endpoint.
For guidance on when to use each endpoint, refer to the GET Purchase and GET Transaction Guide.
These endpoints are intended for reconciliation and diagnostics. The main integration flow should rely on webhook notifications to track transaction updates in real time.
Get Purchase by ID
Use TransactionId to retrieve the original purchase object.
Get Purchase by Order
Use your own Order reference to fetch the purchase.
Get Purchase by Unique ID
Use your internal UniqueID to retrieve the original purchase.
Get Purchase Details
Returns the full lifecycle of a purchase, including refunds and chargebacks.
Get Transaction
Use this to fetch a transaction of any type (purchase, refund, or chargeback) by its ID.
