---
title: "Get payout account status"
method: GET
path: "/open-api/v1.0/payouts/account"
tags: ["Payouts"]
---

# Get payout account status

`GET /open-api/v1.0/payouts/account`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Returns payout account status, connected external accounts, and connection info

## Response `200`

OK

- union
  - ComFourthwallOpenapiModelPayoutAccountV1Active — Payout account active and ready for payouts
    - `status` 'ACTIVE', required
    - `connectedAt` string, date-time, required
    - `externalAccounts` union[], required
      - union
        - ComFourthwallOpenapiModelExternalAccountV1BankAccount — Bank account
          - `type` 'BANK_ACCOUNT', required
          - `last4Digits` string, required
        - ComFourthwallOpenapiModelExternalAccountV1Card — Card
          - `type` 'CARD', required
          - `last4Digits` string, required
  - ComFourthwallOpenapiModelPayoutAccountV1InProgress — Payout account onboarding in progress
    - `status` 'IN_PROGRESS', required
    - `connectedAt` string, date-time, required
  - ComFourthwallOpenapiModelPayoutAccountV1Inactive — No payout account configured
    - `status` 'INACTIVE', required

## Other responses

- `404` — Possible errors: `PAYOUT_ACCOUNT_NOT_FOUND`, `PAYOUT_NOT_FOUND_CONNECTED_PAYOUT_ACCOUNT_FOR_SHOP`
- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

[API](https://skmtc.net/fourthwall/apis/fourthwall-apis-2.md) · [All operations](https://skmtc.net/fourthwall/apis/fourthwall-apis-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthwall/fourthwall-apis-2/revisions/ef273312f051/schema)
