I'm doing a checkout very basic, and I want to make it clear that you can only pay in 1 installment, how do I do that? I think it's from the preferences, but I do not know how. So I have the preferences now:
$preference_data = array(
"items" => array(
array(
"title" => "Multicolor kite",
"quantity" => 1,
"currency_id" => "ARS", // Available currencies at: https://api.mercadopago.com/currencies
"unit_price" => 10
)
)
);