# Download proof of payment as PDF You can request the proof of payment as PDF file, response will be as application/octet-stream. You can download pdf documents only one-by-one for every e-shop. Parallel requests end with error. Endpoint: GET /api/proof-payments/{code}/pdf Version: 1.0.0 Security: shoptetAccessToken, shoptetPrivateApiToken ## Path parameters: - `code` (string, required) Example: "P-2014000004-01" ## Header parameters: - `Content-Type` (string, required) ## Response 404 fields (application/json): - `data` (object,null) - `errors` (array,null) Example: [{"errorCode":"proof-of-payment-not-found","message":"Proof payment with code \"P-2014000004-01\" does not exist.","instance":"P-2014000004-01"}] - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced