# Create a deal **POST /deals** Route to call when you have received and authentified the object. This call will trigger several steps, for which the final goal is for you to receive the payment: 1. Creates a new Deal with status `consigned` 2. Creates a new `cashOnDeposit` Payment for the partner & links it to the deal 3. Creates a wire transfer order (coming soon) 4. Generates a PDF for the bill of sale 5. Uploads bill of sale PDF to Wavo Pennylane with infos 6. Sends a mail to the partner with the bill of sales attached ## Servers - Production server: https://strapi.wavo-app.com/api (Production server) ## Parameters ### Body: application/json (object) - **data** (object) ## Responses ### 200 OK #### Body: application/json (object) - **deal** (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)