Documents
Retrieve a specific document for the specified merchant by document ID. The value provided in the MerchantId header must match the merchantNumber specified in the URL.
The merchant's unique identification number.
Document ID of the document to be retrieved.
Returns the document as a file stream.
No content
Error occurred retrieving the document.
No content
Retrieve a list of available document types for the specified merchant. The MerchantId value provided in the request header must match the merchantNumber specified in the URL
The merchant's unique identification number.
Returns a list of document types.
Error occurred retrieving document types.
Retrieve a list of documents associated with the specified merchant, filtered by document type. You can use either the documentTypeName or documentTypeId query parameter, but not both. If you use documentTypeName, make sure it is URL-encoded before including it in the request. The MerchantId value provided in the request header must match the merchantNumber specified in the URL.
The merchant's unique identification number.
A unique identifier of the document type.
A name of the document type.
Returns a list of documents filtered by type.
Both documentTypeId and documentTypeName were passed.
Error occurred retrieving documents.
Retrieve all statements for the specified merchant for the given year.
The merchant's unique identification number.
A year for which to retrieve statements.
Returns a list of statements for the given year.
Returned when an invalid year was passed.
Returned when an error occurred retrieving statements.
Retrieves all statements for the specified merchant for a given year and month. The MerchantId value provided in the request header must match the merchantNumber specified in the URL.
The merchant's unique identification number.
A year for which to retrieve statements.
A month for which to retrieve statements.
Returns a list of statements for the given year and month.
Returned when an invalid year or month was passed.
Returned when an error occurred retrieving statements.
Last updated
Was this helpful?

