v1

latestOpenAPI 3.0.12026-07-245303882.5 MB

Cadastrar Webhook

Confira nosso tutorial -> https://developers.celcoin.com.br/docs/gerenciamento-de-webhook

post/webhook/subscription

Request body

entitystring required

Identificador do Evento. (deverá ser: (pix-payment-out, pix-payment-in, pix-reversal-in, pix-reversal-out)

webhookUrlstring required

Rota do Webhook.

contextstring required

Identificador do produto relacionado ao Webhook (deverá ser REDE,CORP,PIX,BAAS,PAGAMENTOS,ONBOARDING)

Response

200

versionstring
statusstring

Example response

{
  "version": "1.0.0",
  "status": "SUCCESS",
  "body": {
    "subscriptionId": "f7199df1-c0a7-4304-b577-f9dd96e6acf8"
  }
}