# Send order details template message | Developer Documentation

<div id="bkmrk-send-order-details-t">## Send order details template message

<div><span>Updated: Nov 4, 2025</span></div><div id="bkmrk-overview"><div id="bkmrk-overview-1"><div>### Overview

</div></div></div><div>Order details message template is a template with [interactive components](/books/meta-whatsapp/page/templates-developer-documentation) that extends the call-to-action button to support sending order details and provides a richer experience compared to templates with only text components.</div><div>Once your Order details message templates have been created and approved, you can use the approved template to send the template message with order or bill information to prompt customers to make a payment.</div><div>Before sending an order details template message, businesses need to create a template with an “order details” call-to-action button. See [Create Message Templates for Your WhatsApp Business Account<span>⁠</span>](https://www.facebook.com/business/help/2055875911147364?id=2129163877102343) for more information on prerequisites and how to create a template.</div><div id="bkmrk-creating-an-order-de"><div id="bkmrk-creating-an-order-de-1"><div>### Creating an order details template on WhatsApp Manager

</div></div></div><div>To create an order details template, business needs a business portfolio with a WhatsApp Business Account.</div><div>In **WhatsApp Manager** &gt; **Account tools**:</div><span>Click on `create template`</span><span>Select `Utility` or `Marketing` category to see the `Order details` template format option.</span><span>Select `Order details` template format, and click **Next**</span><span>Enter the desired `template name` and supported `locale`</span> <span>Depending on the number of `locales` selected there will be an equal number of template variants and businesses need to fill in the template details in respective locale.</span><span>Fill in template components such as `Header`, `Body` and optional `footer` text. </span><span>For the `Header`, you can choose one of three media types: `Text`, `Image` or `Document`. Choose `Document` if you want to send **PDF files** in the header of this template.</span><span>Click submit.</span><span>Once submitted, templates will be [categorized as per the guidelines](/books/meta-whatsapp/page/template-categorization-developer-documentation) and undergo the [approval process](/books/meta-whatsapp/page/template-review-developer-documentation).</span><span>The template will be approved or rejected after the template components are verified by the system. </span><span>If business believe the category determined is not consistent with our template category guidelines, please confirm there are no [common issues](/books/meta-whatsapp/page/template-review-developer-documentation) that leads to rejections and if you are looking for further clarification you may [request a review](/books/meta-whatsapp/page/template-categorization-developer-documentation) of the template via [Business Support<span>⁠</span>](https://business.facebook.com/business-support-home/)</span><span>Once approved template [status](/books/meta-whatsapp/page/templates-developer-documentation) will be changed to `ACTIVE`</span> <span>Please be informed that template’s status can change automatically from `ACTIVE` to `PAUSED` or `DISABLED` based on customer feedback and engagement. We recommend that you [monitor status changes](/books/meta-whatsapp/page/template-review-developer-documentation) and take appropriate actions whenever such change occurs.</span><div id="bkmrk-sending-order-detail"><div id="bkmrk-sending-order-detail-1"><div>### Sending order details template message

</div></div></div><div>Order details template message allows the businesses to send invoice (order_details) message as predefined `order details` call-to-action button component parameters. It supports businesses to send all payment integration (such as [Dynamic Pix code](/books/meta-whatsapp/page/offsite-pix-payments-developer-documentation), [Payment Links](/books/meta-whatsapp/page/payment-links-developer-documentation), [Boleto](/books/meta-whatsapp/page/boleto-developer-documentation), etc) integration as button parameters.</div><div>To send an order details template message, make a `POST` call to `/PHONE_NUMBER_ID/messages` endpoint and attach a message object with `type=template`. Then, add a template object with a predefined `order details` call-to-action button.</div><div>You can optionally include a **PDF file** as attachment in the `header` component of the template message. To do so, you use `type=document` in the `parameter` object of the `header` component object, as described in our [Components](/books/meta-whatsapp/page/template-components-developer-documentation) document.</div><div>For example following sample describes how to send [Copy Pix code](/books/meta-whatsapp/page/offsite-pix-payments-developer-documentation) in order details template message parameters to prompt the consumer to make a payment.</div><div id="bkmrk-post-order-details-t"><div id="bkmrk-post-order-details-t-1"><div>### Post order details template message flow

</div></div></div><div>After the order details template message delivery the rest of the payment flow is the same as “Sending invoice in customer session window” and depends on the chosen [payment integration](/books/meta-whatsapp/page/payments-api-brazil-developer-documentation) order details parameters.</div></div>