API DocumentationManufacturer document controller

Generate confirmation PDF

GET
/api/manufacturer/v1/document/{orderId}/confirmation

Generates an order confirmation PDF document for the specified order

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Path Parameters

orderId*integer

ID of the order to generate confirmation for

Response Body

application/pdf

application/json

application/json

application/json

curl -X GET "https://example.com/api/manufacturer/v1/document/1/confirmation"
Empty
{  "error": "ORDER_NOT_FOUND",  "message": "Order not found"}
{  "error": "ORDER_NOT_FOUND",  "message": "Order not found"}
{  "error": "ORDER_NOT_FOUND",  "message": "Order not found"}