documents Subfields

The documents parameter of the Add Required Docs endpoint should contain these fields as key/value pairs.

📘

Note

Pass only one document per endpoint call. To send multiple documents, call the endpoint once for each document.

ParameterReqDescriptionExample
documentStreamXString. The completed PDF, base64-encoded."JVBERi0xLjQKJcfl9OXwCjEgMCBvYmoKPDwKL0ZpbHRlciAvRmxhdGVEZWNvZGUKL0xlbmd0aCAxMjU4Cj4+CnN0cmVhbQp42s1YW3PTOBR+r+"
identifierXString. The value from identifierin the Get Doc Requirements response."StatementOfDispute"
attachmentCategoryXString. A category in the validAttachmentCategoryList that was returned by Get Doc Requirements.

If validAttachmentCategoryList was not returned in the response of Get Doc Requirements, pass SupportingDocumentation.
"SupportingDocumentation"
fileNameXString. The file name of the PDF."StatementOfDispute.pdf"
attachmentLabelXString. User-friendly name for the file."Statement of Dispute"

Example string for documents

[{documentStream":"JVBERi0xLjQKJcfl9OXwCjEgMCBvYmoKPDwKL0ZpbHRlciAvRmxhdGVEZWNvZGUKL0xlbmd0aCAxMjU4Cj4+CnN0cmVhbQp42s1YW3PTOBR+r+", "identifier": "StatementOfDispute", "attachmentCategory": "SupportingDocumentation", "fileName": "StatementOfDispute.pdf", "attachmentLabel": "Statement of Dispute"}]