---
description: >-
  Payment API overview — create pull (collect), push (payout), and combined pull+push transactions using the POST /v2/payment endpoint.
---

# Payment

The Inyo Gateway supports three payment operation types:

| Type | `paymentType` | Description |
|---|---|---|
| **Pull** | `"PULL"` | [Collect funds](pulling-funds/) from a customer (cards, ACH) |
| **Push** | `"PUSH"` | [Send funds](push-transaction.md) to a recipient (cards, PIX, wallets, bank accounts) |
| **Pull + Push** | `"PULLPUSH"` | [Collect and send](pull-and-push-in-one-step.md) in a single API call |

All payment types use the same endpoint:

```
POST /v2/payment
```

The `paymentType` field in the request body determines the operation.
