Receipts
Fetch transaction document
Returns the document associated with the provided document id. This endpoint can fetch any document associated with the business, including transaction-specific receipts.
GET
/
v1
/
businesses
/
{businessId}
/
bank-trannsactions
/
{transactionId}
/
documents
/
{documentId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business that the transaction to fetch the document for belongs to
The UUID of the document to fetch