---
title: "Get invoice from checkout token"
method: GET
path: "/checkout/v1/invoice"
tags: ["Checkout"]
---

# Get invoice from checkout token

`GET /checkout/v1/invoice`

Retrieves the invoice associated with the checkout token

## Response `200`

OK

- CheckoutInvoiceReply — Invoice response
  - `created_at` string
  - `currency` string
  - `customer_id` string
  - `due_date` string
  - `id` string
  - `invoice_number` string
  - `status` string
  - `sub_total` number
  - `total` number

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/alternativepayments/apis/alternative-payments.md) · [All operations](https://skmtc.net/alternativepayments/apis/alternative-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alternativepayments/alternative-payments/revisions/730efda86cd1/schema)
