---
title: "Create a Transfer"
method: POST
path: "/api/v1/transfer_request"
tags: ["api"]
---

# Create a Transfer

`POST /api/v1/transfer_request`

A transfer request can be created using our `transfer_request` API endpoint. Truepill will provide a receipt confirmation of the request, but please note the subsequent webhook event notifying you of a successful transfer may take 1-3 days.<br/><br/>The following endpoint requests the transfer of a prescription from a third-party pharmacy to Truepill’s pharmacy. If the prescription in question was generated by a physician contracted by the API User then this endpoint does not need to be called; otherwise this request is necessary for the Fill Request to be fulfilled.<br/><br/>Note: You MUST send either pharmacy contact information or prescriber contact information to avoid an error.<br/><br/>If `medications` field is not provided in the request, Truepill will transfer all possible patient prescriptions.

## Request body

- Transfer20request — unresolved $ref

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `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)
