WANGLEI 817b12dc4d first commit 10 달 전
..
controllers 817b12dc4d first commit 10 달 전
data 817b12dc4d first commit 10 달 전
models 817b12dc4d first commit 10 달 전
static 817b12dc4d first commit 10 달 전
tests 817b12dc4d first commit 10 달 전
views 817b12dc4d first commit 10 달 전
README.md 817b12dc4d first commit 10 달 전
__init__.py 817b12dc4d first commit 10 달 전
__manifest__.py 817b12dc4d first commit 10 달 전
const.py 817b12dc4d first commit 10 달 전

README.md

Mercado Pago

Implementation details

Supported features

  • Payment with redirection flow
  • Several payment methods such as credit cards, debit cards, and others.
  • Webhook notifications.

Not implemented features

API and gateway

We choose to integrate with a combination of the Checkout Pro and Checkout API solutions: The payment with redirection flow is initiated by sending a client HTTP request with a form-encoded payload like Checkout Pro's JavaScript SDK does under the hood. The remaining API calls are made according to the Checkout API's documentation. It was not possible to integrate with Checkout Pro only as it only allows redirecting customers to the payment page, nor with the Checkout API only as it requires building a custom payment form to accept direct payments from the merchant's website.

The other gateways were ruled out. See the task's dev notes for the details on the other gateways.

The API implemented by this module is not versioned.

Merge details

The first version of the module was specified in task 2704764 and merged with PR odoo/odoo#83957 in saas-15.5.

Testing instructions

https://www.mercadopago.com.mx/developers/en/docs/checkout-api/integration-test/test-cards