---
title: "Refresh a digital payroll income verification"
method: POST
path: "/credit/payroll_income/refresh"
tags: ["plaid"]
---

# Refresh a digital payroll income verification

`POST /credit/payroll_income/refresh`

`/credit/payroll_income/refresh` refreshes a given digital payroll income verification.

## Request body

- CreditPayrollIncomeRefreshRequest — CreditPayrollIncomeRefreshRequest defines the request schema for `/credit/payroll_income/refresh`
  - `client_id` string — Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
  - `secret` string — Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
  - `user_token` string, required — The user token associated with the user for which data is being requested. This field is used only by customers with pre-existing integrations that already use the `user_token` field. All other customers should use the `user_id` instead. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis).
  - `user_id` string — A unique user identifier, created by `/user/create`. Integrations that began using `/user/create` after December 10, 2025 use this field to identify a user instead of the `user_token`. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis).
  - `options` CreditPayrollIncomeRefreshRequestOptions — An optional object for `/credit/payroll_income/refresh` request options.
    - `item_ids` string[] — An array of `item_id`s to be refreshed. Each `item_id` should uniquely identify a payroll income item. If this field is not provided, all `item_id`s associated with the `user_token` will be refreshed.
    - `webhook` string — The URL where Plaid will send the payroll income refresh webhook.

## Response `200`

success

- CreditPayrollIncomeRefreshResponse — CreditPayrollIncomeRefreshResponse defines the response schema for `/credit/payroll_income/refresh`
  - `request_id` string, required — A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.
  - `verification_refresh_status` string, required — The verification refresh status. One of the following: `"USER_PRESENCE_REQUIRED"` User presence is required to refresh an income verification. `"SUCCESSFUL"` The income verification refresh was successful. `"NOT_FOUND"` No new data was found after the income verification refresh.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/plaid/apis/the-plaid-api.md) · [All operations](https://skmtc.net/plaid/apis/the-plaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plaid/the-plaid-api/revisions/64c4514ea59b/schema)
