Payment
The Inyo Gateway supports three payment operation types:
| Type | paymentType | Description |
|---|---|---|
| Pull | "PULL" | Collect funds from a customer (cards, ACH) |
| Push | "PUSH" | Send funds to a recipient (cards, PIX, wallets, bank accounts) |
| Pull + Push | "PULLPUSH" | Collect and send 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.
