Caveats

HTTPS onlyCopied!

Since events can potentially contain sensitive data, such as customer information, we require that all webhooks use SSL (i.e., use HTTPS). You will not be able to add insecure HTTP URLs as webhook endpoints.

POST requests onlyCopied!

OpenPay makes requests to webhook endpoints using the HTTP POST method. Make sure that your webhook endpoint is equipped to listen for this type of request.

Other request types like GET are currently not supported.