Skip to main content

Create a receipt

POST 

/panel/receipts

Creates a receipt for the workspace identified by workspace_uuid.

Send amount and tax as numbers in major currency units (for example 199.99, not 19999). They are returned as decimal strings ("199.99").

quantity is always 1 and cannot be set by the client.

Request

Responses

Receipt created (201). Returns the receipt object unwrapped (no data envelope).