Checkout Pro payment preferences.
This is the hosted flow: create a preference, then redirect the buyer to the
init_point MercadoPago returns. For the Checkout API — where you own the
payment form — see Mercadopago.Order and Mercadopago.Payment.
Summary
Functions
Creates a preference from preference_data.
Fetches a preference by id.
Updates a preference.
Functions
@spec create(Mercadopago.Client.t(), map(), keyword()) :: Mercadopago.HTTP.response()
Creates a preference from preference_data.
@spec get(Mercadopago.Client.t(), Mercadopago.HTTP.id(), keyword()) :: Mercadopago.HTTP.response()
Fetches a preference by id.
@spec update(Mercadopago.Client.t(), Mercadopago.HTTP.id(), map(), keyword()) :: Mercadopago.HTTP.response()
Updates a preference.