v1

latestOpenAPI 3.1.0MIT-LICENSE2026-07-24113190543.3 KB
Webhooks

Create Webhook

What we do at Conekta translates into events. For example, an event of interest to us occurs at the time a payment is successfully processed. At that moment we will be interested in doing several things: Send an email to the buyer, generate an invoice, start the process of shipping the product, etc.

post/webhooks

Headers

Accept-Language'es' | 'en'

Use for knowing which language to use

Request body

urlstring url required

Here you must place the URL of your Webhook remember that you must program what you will do with the events received. Also do not forget to handle the HTTPS protocol for greater security.

subscribed_eventsstring[]

events that will be sent to the webhook

Example request

{
  "url": "https://webhook.site/89277eaa-a8e4-4306-8dc5-f55c80703dc8"
}

Response

successful operation