{ "operationId": "Manifest", "method": "GET", "path": "/manifest", "summary": "VTex List Anti-fraud Provider Manifest", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "response", "example": { "cardholderDocument": "required", "customFields": [ { "name": "ApiKey", "type": "text" }, { "name": "AnalysisLocation", "type": "select", "options": [ { "text": "MEX", "value": "Latin America" }, { "text": "USA", "value": "United States" } ] } ] } } ] }