---
title: "Get Payee Invitation Status"
method: GET
path: "/v4/payees/payors/{payorId}/invitationStatus"
tags: ["Payee Invitation"]
---

# Get Payee Invitation Status

`GET /v4/payees/payors/{payorId}/invitationStatus`

Returns a filtered, paginated list of payees associated with a payor, along with invitation status and grace period end date.

## Path parameters

- `payorId` string, uuid, required

## Query parameters

- `payeeId` string, uuid
- `invitationStatus` string
- `page` integer
- `pageSize` integer

## Response `200`

Get Payees with Invitaion status - filters of payeeId and invitationStatus

- PagedPayeeInvitationStatusResponseV4 — List Payees Invitation Status Object
  - `page` PagedPayeeInvitationStatusResponseV3Page
    - `numberOfElements` integer
    - `totalElements` integer
    - `totalPages` integer
    - `page` integer
    - `pageSize` integer
  - `links` PagedPayeeResponseV3Links[]
    - `rel` string
    - `href` string
  - `content` PayeeInvitationStatusResponseV4[]
    - `payeeId` string, uuid, required
    - `invitationStatus` string, required — Payee invitation status. One of the following values: ACCEPTED, PENDING, DECLINED
    - `gracePeriodEndDate` string, date

## Other responses

- `400` — Invalid request. See Error message payload for details of failure
- `401` — Invalid access token. May be expired or invalid
- `403` — The authentication does not have permissions to access the resource This usually occurs when there is a valid authentication instance (client or user) but they do not have the required permissions
- `404` — The resource was not found or is no longer available

---

[API](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/velopaymentsapi/velo-payments-apis/revisions/05c3f09fc50a/schema)
