---
title: "DEPRECATED. Preflight an invoice recipient"
method: POST
path: "/invoice_submissions/preflight"
tags: ["InvoiceSubmissions"]
---

# DEPRECATED. Preflight an invoice recipient

`POST /invoice_submissions/preflight`

Deprecated. Use the new /discovery endpoint. Check whether Storecove can deliver an invoice for a list of ids.

## Request body

- InvoiceRecipientPreflight — Identifies the invoice recipient to preflight
  - `publicIdentifiers` PublicIdentifier[] — A list of public identifiers that uniquely identify this customer.
    - `scheme` string, required — The scheme of the identifier. See <<_receiver_identifiers_list>> for a list.
    - `id` string, required — The actual identifier.

## Response `200`

Success

- PreflightInvoiceRecipientResult — The result of preflighting an invoice recipient
  - `code` 'ok' | 'nok' — The result code of the preflight request

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/storecove/apis/storecove-api.md) · [All operations](https://skmtc.net/storecove/apis/storecove-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/storecove/storecove-api/revisions/7f72642d80e6/schema)
