---
description: >-
  The four push payout methods — BANK_DEPOSIT, WALLET, PIX, and CARD — and how
  recipient.paymentMethod.type selects between them.
---

# Payout methods

`recipient.paymentMethod.type` selects the destination. `type` and `countryCode` are always required; everything else depends on the corridor and the type.

| Method | Destination | Page |
|---|---|---|
| `BANK_DEPOSIT` | Bank account — including alias rails via `accountNumberType` (UPI in India, DIMO in Mexico) | [Bank deposit](bank-deposit.md) |
| `WALLET` | Mobile-money or digital wallet, identified by operator | [Wallets](wallets.md) |
| `PIX` | Brazilian instant payments, addressed by PIX key | [PIX](pix.md) |
| `CARD` | Push-to-card | [Cards](cards.md) |

Which methods a country offers is fixed by its schema — see [Country coverage](../country-coverage.md).

> **Wallet and PIX fields sit directly on `paymentMethod`.** There is no nested `wallet` or `pix` object.

## What's Next

- [Country coverage](../country-coverage.md) — Methods available per corridor
- [Examples](../examples/README.md) — Complete request bodies
