Endpoint
Authentication
All requests must include your secret API key in theX-Api-Key header.
Your CertoPay secret API key (e.g.
sk_live_sua_chave_aqui).Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DELETE /api/webhooks — Deactivate your CertoPay webhook endpoint. You will stop receiving transaction event notifications until a new URL is registered.
DELETE https://v2.certopaybrasil.com/api/webhooks
X-Api-Key header.
sk_live_sua_chave_aqui).curl -X DELETE https://v2.certopaybrasil.com/api/webhooks \
-H "X-Api-Key: sk_live_sua_chave_aqui"
{
"success": true,
"message": "Webhook successfully deleted."
}
transaction.paid and transaction.failed. Any events that occur while your webhook is inactive will not be re-delivered automatically. To resume receiving notifications, re-register a URL using POST /api/webhooks/upsert.