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
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
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
The access token associated with the Item data is being requested for.
account_id
The
account_id of the account whose verification status is to be modified
verification_status
The verification status to set the account to.
Response
SandboxItemSetVerificationStatusResponse defines the response schema for /sandbox/item/set_verification_status
Response Properties
request_id
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.