---
title: "ChangePixKey"
method: POST
path: "/ChangePixKey"
tags: ["Pix Key Claim and Portability"]
---

# ChangePixKey

`POST /ChangePixKey`

Request to change PIX key

## Request body

- object
  - `Method` string, required
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `TaxNumber` string, required — Legal Identification From Company
  - `FromBank` string, required — Bank code
  - `FromBankBranch` string, required — Bank branch
  - `FromBankAccount` string, required — Bank account
  - `FromBankAccountDigit` string, required — Bank account digit
  - `PixKey` string, required
  - `ToBusinessUnitId` integer, required
  - `ToBank` string, required — Bank code
  - `ToBankBranch` string, required — Bank branch
  - `ToBankAccount` string, required — Bank account
  - `ToBankAccountDigit` string, required — Bank account digit
  - `DeviceId` string

## Response `200`

OK

- object
  - `Success` string
  - `Message` string

---

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