Skip to main content
POST
Cancel Prescription Transfer By Id

Overview

Cancel an in-progress prescription transfer associated with a prior authorization request. Once canceled, no further processing of the transfer request will occur, including any attempts to confirm receipt of transferred prescriptions.

Prescription transfer states

For PAs with an NDP submission, data.prescription_transfer can be populated in the retrieve PA response. This is a separate workflow from the PA’s data.status.

Transfer error codes

Each confirmation_attempts[] item has an outcome of success or failed. confirmed: true means the transfer completed and confirmation succeeded.

API errors

See Response handling for common authentication and validation errors.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Successfully cancelled prescription transfer

Represents the response structure for a POST /prior-authorization/:id/prescription-transfer/cancel request.

This response is returned when a prior authorization is successfully cancelled.

status
default:success
Available options:
success
error
ApiError · object
data
null