This is a documentation for the DocumentLibrary API, a service within the Customer Insight Solution set of the GIDX Platform.
This set of documents serves as the integration guide for implementing services of the GIDX Platform API within the operator’s environment. The following pages outline the Customer Insight access points, security, methods, and parameters. As always, please contact us at devteam@tsevo.com any time if further explanation is needed.
An official SDK for the GIDX Platform API is available at GitHub.com and via NuGet (GIDX.SDK) located at the URL below. This SDK can be installed directly into your C# project using the NuGet Package Manager.
SDK LocationBelow are descriptions of the methods exposed by the GIDX Platform DocumentLibrary Service. For details about the parameters associated with these methods please see the Class Reference section below.
The following parameters are used in every DocumentLibrary Method Request and Responses. They are labeled within the methods below as Standardized Request Parameters and Standardized Response Parameters.
Making a Request
Each API method has a corresponding Request object used to transport the request parameters as shown below.
Using the Response
Each Response object returned from the method Request will contain properties you can use to determine the status of the methods service.
Use the IsSuccess property along with the ResponseCode and ResponseMessage values to detect if the Request completed without a problem.
4QhgWWJxRlqVctrc7SxHEQ
VpGYLoXhSS+WgU9N415IJQ
Fc+k5kRDSAOrh38e21vt0w
m+2XHlcIR0O1C+iBeNzfvA
VV4XTc3tRi6g1EYLOazn0g
xHhSS+WglqVctrc7-t7SEQrc
4QhgWWJxRlqVctrc7SxHEQ
VpGYLoXhSS+WgU9N415IJQ
xHhSS+WglqVctrc7-t7SEQrc
0
No Errors
This method may be called to register (upload) a document to a customer profile within the GIDX Platform.
Note: In the HTTP post to the DocumentRegistration endpoint, the Content-Type header should be set to multipart/form-data. The request should have 2 form-data parts in the body:
ABC-123
See CategoryType Listing
See DocuemntStatus Listing
ABC-123
This method may be called to receive a list of documents registered within a customer's document library within the Platform.
ABC-123
ABC-123
6
This method may be called to get the current compliance status of the customer profile associated with a verified MerchantCustomerID within the GIDX system.
456-ABC-123
456-ABC-123
Note: The format of the response for this endpoint depends on its success:
The Object documented below are returned within the Response of Method Request within the GIDX Platform DocumentLibrary Services. When applicable an Object may be shared by among other Method Responses as indicated in the listings below.
Objects are always returned in JSON format.
This object contains the Document information provided within the DocumentRegistration Response.
456-ABC-123
See CategoryType Listing
See DocuemntStatus Listing
DriversLicenseTexas.jpg
1025698
YYYY-MM-DD hh:mm:ss tt
See object reference
This object contains a list of arrays for the Document Note information.
Kent Mansley
This is a note.
YYYY-MM-DD hh:mm:ss tt
The information documented below provides clarification of the codes used within the GIDX Platform DocumentLibrary Services.
ISO 3166-1 is part of the ISO 3166 standard published by the International Organization for Standardization (ISO), and defines codes for the names of countries, dependent territories, and special areas of geographical interest.
http://en.wikipedia.org/wiki/ISO_3166-1
ISO 3166-2:US is the entry for the United States in ISO 3166-2, part of the ISO 3166 standard published by the International Organization for Standardization (ISO), which defines codes for the names of the principal subdivisions (e.g., provinces or states) of all countries coded in ISO 3166-1.
http://en.wikipedia.org/wiki/ISO_3166-2:US
For the latest list of Reason Codes and their description please go to the following URL.
View Reason Codes