---
title: "Validates if a subscription or a reservation can be transferred. Use this operation to validate your subscriptions or reservation before using the accept transfer operation."
method: POST
path: "/providers/Microsoft.Billing/transfers/{transferName}/validateTransfer"
tags: ["RecipientTransfers"]
---

# Validates if a subscription or a reservation can be transferred. Use this operation to validate your subscriptions or reservation before using the accept transfer operation.

`POST /providers/Microsoft.Billing/transfers/{transferName}/validateTransfer`

## Path parameters

- `transferName` string, required

## Request body

- AcceptTransferRequest — Request parameters to accept transfer.
  - `properties` AcceptTransferProperties — Request parameters to accept transfer.
    - `productDetails` ProductDetails[] — Request parameters to accept transfer.
      - `productType` 'AzureSubscription' | 'AzureReservation' — The type of product that is transferred.
      - `productId` string — The ID of the product that is transferred.

## Response `200`

Results of the transfer validation.

- ValidateTransferListResponse — Result of transfer validation.
  - `value` ValidateTransferResponse[] — The list of transfer validation results.
    - `properties` ValidateTransferResponseProperties — The properties of transfer validation response.
      - `status` string — The status of validation
      - `productId` string — The product id for which this result applies.
      - `results` ValidationResultProperties[] — The array of validation results.
        - `level` string — Result Level.
        - `code` string — Result Code.
        - `message` string — The validation message.

## Other responses

- `default` — Unexpected error.

---

[API](https://skmtc.net/azure/apis/billingmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/billingmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/billingmanagementclient/versions/481e7355ac16/schema)
