---
title: "Create Copay Request"
method: POST
path: "/api/v1/copay_request"
tags: ["api"]
---

# Create Copay Request

`POST /api/v1/copay_request`

Generate a Copay Request to retrieve copay information on a patient's prescription(s). We can support multiple insurances on a copay request

## Request body

- Model130
  - `prescriptions` string[] — Patient's prescriptions.
  - `insurance_token` string[]
  - `metadata` string — Customer-side identifier to reference the Copay Request in Customer system
  - `patient_token` string, required — Patient token
  - `notes` string — Additional information customer wishes to convey relating to this Copay Request
  - `ship_to_state` string — State prescription is being shipped to as 2 letter abbreviation
  - `patient_payment_type` 'cash' | 'insurance' — Whether to run with insurance (must be provided) or as cash

## Response `202`

Accepted

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/truepill/apis/truepill-api-documentation.md) · [All operations](https://skmtc.dev/truepill/apis/truepill-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/truepill/truepill-api-documentation/revisions/d9aaa355c1e0/schema)
