MercadoPago Webhook Test

Test Payload

{
  "action": "created",
  "application_id": 1209621551676004,
  "data": {
    "id": "7022241596"
  },
  "date": "2025-10-06T18:57:04Z",
  "entity": "authorized_payment",
  "id": 125307403078,
  "type": "subscription_authorized_payment",
  "version": 0
}

⚠️ Note

This will attempt to fetch real payment data from MercadoPago API. Make sure your MP_ACCESS_TOKEN environment variable is set correctly.

Check Server Logs

Open your terminal/console to see detailed logs including:

  • Webhook received log
  • Payment details from MercadoPago
  • Subscription details extraction
  • Datafast revenue reporting