Set verification status for Sandbox account

POST /sandbox/item/set_verification_status

The /sandbox/item/set_verification_status endpoint can be used to change the verification status of an Item in in the Sandbox in order to simulate the Automated Micro-deposit flow.

For more information on testing Automated Micro-deposits in Sandbox, see Auth full coverage testing.

Request Body

Required

SandboxItemSetVerificationStatusRequest defines the request schema for /sandbox/item/set_verification_status

Parameters

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.
access_token
required, string
The access token associated with the Item data is being requested for.
account_id
required, string
The account_id of the account whose verification status is to be modified
verification_status
required, string
The verification status to set the account to.

Response

SandboxItemSetVerificationStatusResponse defines the response schema for /sandbox/item/set_verification_status

Response Properties

request_id
required, string
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.