---
title: "Get Purchase by ID"
method: GET
path: "/v3/api/Purchase/{id}"
tags: ["Purchase"]
---

# Get Purchase by ID

`GET /v3/api/Purchase/{id}`

## Path parameters

- `id` string, required

## Response `200`

Success

- PurchaseResponse
  - `ErrorCode` string, nullable
  - `ErrorDescription` string, nullable
  - `TransactionId` string, nullable
  - `Result` string, nullable
  - `Status` string, nullable
  - `AuthorizationDate` string, date-time, nullable
  - `AuthorizationCode` string, nullable
  - `MetadataOut` object, nullable
  - `Created` string, date-time
  - `Amount` integer
  - `Currency` string, nullable
  - `Installments` integer
  - `TaxableAmount` integer, nullable
  - `Tip` integer, nullable
  - `Url` string, nullable
  - `Action` CommerceActionReturn
    - `SessionId` string, nullable
    - `URL` string, nullable
    - `Reason` string, nullable
  - `PaymentMethod` PaymentMethodReturn
    - `Brand` string, nullable
    - `CardOwner` string, nullable
    - `Bin` string, nullable
    - `IssuerBank` string, nullable
    - `Type` string, nullable
    - `Expiration` string, nullable
    - `Last4` string, nullable
  - `CardOnFile` CardOnFileReturn
    - `NetworkTransactionId` string, nullable

## Other responses

- `204` — Success

---

[API](https://skmtc.dev/bamboopayment/apis/direct-purchase.md) · [All operations](https://skmtc.dev/bamboopayment/apis/direct-purchase/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboopayment/direct-purchase/revisions/10523581e6c2/schema)
