---
title: "Retrieve an Order with Charge"
method: GET
path: "/v1/orders/{id}/charge"
---

# Retrieve an Order with Charge

`GET /v1/orders/{id}/charge`

This API retrieves information about an Order with the associated Charge.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `data` object
    - `object` string
    - `id` string
    - `amount` integer
    - `payment_method` unknown
    - `product_name` unknown
    - `product_description` unknown
    - `product_images` unknown
    - `currency` unknown
    - `quantity` unknown
    - `success_url` unknown
    - `cancel_url` unknown
    - `active` integer
    - `status` string
    - `created_at` string
    - `updated_at` string
    - `surcharge` integer
    - `billing_amount` integer
    - `charge` object
      - `data` unknown[]
        - unknown
  - `meta` object
    - `include` unknown[]
      - unknown
    - `custom` unknown[]
      - unknown

## Other responses

- `422` — 422

---

[API](https://skmtc.net/payarc/apis/payarc-sandbox.md) · [All operations](https://skmtc.net/payarc/apis/payarc-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payarc/payarc-sandbox/versions/face82bdd778/schema)
