---
title: "account/set-plaid-credentials"
method: POST
path: "/account/set-plaid-credentials"
tags: ["Integration Endpoints"]
---

# account/set-plaid-credentials

`POST /account/set-plaid-credentials`

This endpoint is used to configure the optional integration with a Plaid account. For more information please visit [our integration section](https://docs.vopay.com/docs/plaid-integration).

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `PlaidClientID` string — Your updated plaid client ID
  - `PlaidSecretKey` string — Your updated plaid secret key
  - `PlaidUrl` string — Your updated plaid URL

---

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