Skip to content

nagena/code-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2694834 · Mar 2, 2015

History

36 Commits
Oct 27, 2014
Nov 4, 2014
Mar 2, 2015
Oct 27, 2014
Oct 31, 2014
Nov 5, 2014
Oct 31, 2014
Nov 3, 2014
Oct 31, 2014
Nov 3, 2014
Oct 27, 2014
Oct 27, 2014

Repository files navigation

MercadoPago code examples

Fully functional MercadoPago's integration code examples

Contents

  • authentication - It is a service that allows you to safely access your account resources and information. Authentication is required to use any of MercadoPago's APIs.
  • customized-checkout - It is a MercadoPago's integration service that allows you to receive payments in your site, and to control the buyer's user experience.
  • feeds - Feeds (IPN) is a message service that allows you to synchronize MercadoPago with your payment management system automatically. Additionally, you will be able to check payment status at all times.
  • movements - The API for movement search is a service that allows you to obtain information about a certain movement or multiple movements by applying different filters.
  • mp-checkout - Tutorial to create a button to receive payments from your users.
  • recurring-payments - Tutorial to create a button to receive recurring payments from your users.
  • refund-and-cancellation - This service allows you to make a refund to your buyer or cancel payments.