---
description: >-
  PIX payouts to Brazil — the flat key/keyType fields on paymentMethod.
---

# PIX

Like wallet fields, the PIX key sits **directly on `paymentMethod`** — there is no nested `pix` object.

| Field | Type | Required | Description |
|---|---|---|---|
| `type` | string | Yes | `"PIX"` |
| `countryCode` | string | Yes | `"BRA"` |
| `key` | string | Yes | The PIX key value |
| `keyType` | string | Yes | `CPF`, `CNPJ`, `EMAIL`, `CELLPHONE`, or `RANDOM` |

> `RANDOM` is the schema's name for what Brazilian documentation calls an EVP (random) key, and `CELLPHONE` for a phone key. Use the spellings above — the schema rejects anything else with [`VE_001`](../errors.md#ve_001-the-payload-does-not-satisfy-the-schema).

## What's Next

- [Country coverage](../country-coverage.md) — Which corridors offer this method
- [Examples](../examples/README.md) — Complete request bodies
