# MD for: https://www.mercadopago.com.uy/developers/es/docs/checkout-pro/additional-settings/binary-mode.md \# Enable binary mode You can enable binary mode if your business model requires payment approval to be instantaneous. In this way, the payment can only be approved or declined. If disabled, payment may be pending (if any action is required from the buyer) or in process (if manual review is required). > NOTE > > Important > > Enabling binary mode simplifies integration with Checkout Pro, but may result in a decrease in the percentage rate of approved payments. This is because, in order to maintain the instant flow, payments pending or still being processed will by default automatically be rejected. To enable binary mode, send the parameter \`binary\_mode\` with the value \`true\` to the endpoint \[/checkout/preferences\](https://www.mercadopago.com.uy/developers/en/reference/online-payments/checkout-pro/preferences/create-preference/post) as indicated in the example below and execute the request. \`\`\`json "binary\_mode": true \`\`\`