---
title: "Get Purchase V2"
method: GET
path: "/purchase/getpurchase/v2"
tags: ["Purchase API"]
---

# Get Purchase V2

`GET /purchase/getpurchase/v2`

Retrieves all information about a particular purchase. When you make a call, you get a <code>PurchaseNotification</code> string that contains general purchase information, purchase item information, and other customized data (for example, x-parameters and license keys).<br />For XML examples and schemas, see the [Additional Examples - Get Purchase V2](https://dev.cleverbridge.com/page/additional-examples-get-purchase-v2).

## Query parameters

- `purchaseId` string, required
- `reimbursementId` string

## Headers

- `Accept` 'application/json' | 'application/xml'

## Response `200`

OK

- CleverbridgeBackEndRestApiPurchaseClassesGetPurchaseResponseV2
  - `PurchaseNotification` string — The purchase notification as an escaped JSON-string. For schema definitions, see the [Notification Reference](https://dev.cleverbridge.com/reference/newofflinepaymentpurchasenotification).
  - `ResultMessage` string — Optional result or error message.

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/cleverbridge/apis/backend-rest-apis.md) · [All operations](https://skmtc.net/cleverbridge/apis/backend-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleverbridge/backend-rest-apis/revisions/b7007b62f4c0/schema)
