Create Asset or Income Report Audit Copy Token

POST /credit/audit_copy_token/create

Plaid can create an Audit Copy token of an Asset Report and/or Income Report to share with participating Government Sponsored Entity (GSE). If you participate in the Day 1 Certainty™ program, Plaid can supply an Audit Copy token directly to Fannie Mae on your behalf. An Audit Copy token contains the same underlying data as the Asset Report and/or Income Report (result of /credit/payroll_income/get).

Use the /credit/audit_copy_token/create endpoint to create an audit_copy_token and then pass that token to the GSE who needs access.

Request Body

Required

CreditAuditCopyTokenCreateRequest defines the request schema for /credit/audit_copy_token/create

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.
report_tokens
required, array[string]
List of report tokens; can include at most one VOA/standard Asset Report tokens and one VOE Asset Report Token.

Response

CreditAuditCopyTokenCreateResponse defines the response schema for /credit/audit_copy_token/get

Response Properties

audit_copy_token
required, string
A token that can be shared with a third party auditor, which allows them to fetch the Asset Reports attached to the token. This token should be stored securely.
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.