eDocs Reporting
The eDocs Reporting API retrieves merchant documents—monthly statements, tax forms, and more.
Note: For performance purposes, we recommend checking for documents when they are requested by your clients, instead of polling for new documents or attempting to pull documents in bulk and store them within your system.
Available Endpoints
Retrieve Document:
GET /api/documents/v1.0/document/{merchantNumber}/{documentId}
Retrieve Document Types:
GET /api/documents/v1.0/document/{merchantNumber}/DocumentTypes
Retrieve Documents By Type:
GET /api/documents/v1.0/document/{merchantNumber}/Documents
Retrieve Statements by Year:
GET /api/documents/v1.0/document/{merchantNumber}/Statements/{year}
Retrieve Statements by Year & Month:
GET /api/documents/v1.0/document/{merchantNumber}/Statements/{year}/{month}
Last updated
Was this helpful?

