***

title: Paypoint statuses
subtitle: Learn about the different statuses of paypoints
icon: store
slug: guides/pay-ops-paypoint-status-reference
description: Reference for paypoint status codes throughout the merchant lifecycle. Understand each status from onboarding through active processing and when action needed
og:description: Reference for paypoint status codes throughout the merchant lifecycle. Understand each status from onboarding through active processing and when action needed
keywords: embedded payments, payment operations, merchant onboarding, paypoint status, merchant status, boarding status, underwriting status, merchant lifecycle, status codes
---------------------

This is Payabli documentation. For a complete page index, fetch https://docs.payabli.com/llms.txt — append .md to any page URL for lightweight markdown. For section-level indexes, query parameters, and other AI-optimized access methods, see https://docs.payabli.com/ai-agents.md

<AudienceInfo audiences={['partners', 'merchants']} />

Paypoints can have different statuses that indicate their current state. These statuses are important for understanding the paypoint's functionality and limitations. In paypoint endpoints and endpoints that return paypoint data, the status field is `PaypointStatus`.

<div>
  <table>
    <thead>
      <tr>
        <th>
          Status
        </th>

        <th>
          Code
        </th>

        <th>
          Description
        </th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          Inactive
        </td>

        <td>
          0
        </td>

        <td>
          The paypoint is inactive. This can happen for a several reasons, but it's typically because the paypoint is still being configured. If a paypoint was previously active, an Inactive status means that it's no longer able to take payments but can still receive chargebacks and returns.
        </td>
      </tr>

      <tr>
        <td>
          Active
        </td>

        <td>
          1
        </td>

        <td>
          The paypoint has been fully configured and is ready to accept payments.
        </td>
      </tr>
    </tbody>
  </table>
</div>