# Winkelstraat/stock hub/v2/order payment request **POST winkelstraat/stock-hub/v2/order-payment-request** The order payment request webhook performs a POST in JSON format to a designated endpoint of the reseller when a negotiable quote is submitted and an order is created. The V2 payload includes full order details: items, billing/shipping addresses, payment information, and totals. ## Servers - https://reseller.server.com/api/v2/stockhub/order-payment-request: https://reseller.server.com/api/v2/stockhub/order-payment-request () ## Parameters ### Headers - **x-version** (string) Version of the webhook. - **x-api-key** (string) The API-key is a shared secret that can be used to authenticate the incoming request. ### Body: application/json (object) - **order_increment_id** (string | null) - **purchase_order_increment_id** (string | null) - **pay_by_link** (string | null) - **created_at** (string | null) - **items** (array[object]) - **billing_address** (object | null) - **shipping_address** (object | null) - **payment** (object | null) - **grand_total** (number(float)) - **subtotal** (number(float)) - **shipping_price** (number | null) - **tax_amount** (number(float)) - **discount_amount** (number(float)) - **currency** (string | null) ## Responses ### 200 Ok ### 202 Accepted ### 406 Not accepted [Powered by Bump.sh](https://bump.sh)