# MD for: https://www.mercadopago.com.mx/developers/es/docs/checkout-pro/additional-settings/invoice-description.md \# Configure invoice description The invoice description allows you to define the name of the establishment that will be displayed on the buyer’s invoice, making it easier to identify the business and reducing the chance of disputes. To configure this information, send a \*\*POST\*\* request to the endpoint :TagComponent{tag="API" text="/checkout/preferences" href="/developers/en/reference/online-payments/checkout-pro/preferences/create-preference/post"}, including the \`statement\_descriptor\` parameter. This parameter allows a text of up to 13 characters that will be shown on the buyer’s card statement. See the example below: \`\`\`json "statement\_descriptor": "MYBUSINESS" \`\`\`