Skip to content

Setup webhooks

netorodrigues edited this page Mar 9, 2021 · 5 revisions

Magento 2 Endpoint

Endpoint for webhooks: rest/default/V1/pagarme/webhook

Example:

Your store url: https://www.your-store.com

Full url: https://www.your-store.com/rest/default/V1/pagarme/webhook

Events

The module requires the following events:

order charge
order.created charge.created
order.paid charge.paid
order.payment_failed charge.payment_failed
order.canceled charge.refunded
order.updated charge.updated
order.closed charge.pending
charge.processing
charge.underpaid
charge.overpaid
charge.partial_canceled

Creating Webhook for your store

This process is done by the Pagar.me support team (request sending a email to [email protected])

Clone this wiki locally