get https://api.stage.bamboopayment.com/v3/api/Purchase/order/
Retrieve the original purchase in Bamboo using your own Order ID. Useful when matching transactions to internal order systems.
Use this endpoint to retrieve the original purchase using the Order value you sent when creating the transaction.
This method is useful when you need to reconcile or cross-reference Bamboo transactions with your internal commerce or ERP systems.
This endpoint returns only the original purchase object. It does not include refunds, chargebacks, or other related operations.
For the full transaction history, use
[GET /Purchase/details/{id}](get-purchase-details#/).
