-
Couldn't load subscription status.
- Fork 127
Preferences
Ariel Rey edited this page Oct 31, 2017
·
2 revisions
The methods available on preferences are:
- create - Create a preference
mercadopago.preferences.create(payload, configurations, callback);- save - Create a preference
mercadopago.preferences.save(payload, configurations, callback);- update - Update a Preference
mercadopago.preferences.update(payload, configurations, callback);- get - Get a Preference
mercadopago.preferences.get(id, configurations, callback);- findById - Get a Preference
mercadopago.preferences.findById(id, configurations, callback);