---
title: "List auto-payout configurations"
method: GET
path: "/api/auto-payout"
tags: ["Auto Payouts"]
---

# List auto-payout configurations

`GET /api/auto-payout`

Returns all auto-payout rules for the merchant, plus whether the feature is enabled by an admin.

## Response `200`

- AutoPayoutListResponseDto
  - `autoPayoutEnabled` boolean, required — Whether auto-payout is enabled for this merchant by an admin
  - `configs` AutoPayoutConfigDto[], required
    - `currency` 'USDC' | 'EURC', required
    - `accountId` string, required
    - `destinationLabel` string, nullable
    - `destinationType` 'bank-account' | 'wallet', nullable
    - `bankInfo` string, nullable — Masked IBAN or account number (last 4 digits only)
    - `address` string, nullable
    - `network` string, nullable
    - `enabled` boolean, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `401` — Unauthorized - Invalid API key

---

[API](https://skmtc.dev/inflowpay/apis/inflow-api.md) · [All operations](https://skmtc.dev/inflowpay/apis/inflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inflowpay/inflow-api/revisions/3012dd3dd14a/schema)
