Github

Webhook cobrança recorrente

Esse webhook é acionado e envia uma notificação via POST em cada alteração de status da transação relacionado a cobrança de uma assinatura.

Eventos

{
    "IdTransaction": 2091328,
    "TransactionStatus": {
        "Id": 1,
        "Code": "1",
        "Name": "Pendente"
    },
    "PaymentMethod": {
        "Id": 1,
        "Code": "1",
        "Name": "Boleto"
    },
    "Application": "RECORRÊNCIA",
    "Vendor": "SIMULAÇÃO LTDA",
    "Amount": 100.00,
    "IncluedDate": "2020-02-13T14:57:20.9",
    "InstallmentQuantity": 0,
    "SecretKey": "SECRET_KEY",
    "Reference": "Pedido 48",
    "Origin": {
        "Plan": {
            "IdPlan": 1,
            "Name": "Plano de teste",
            "Subscription": {
              "IdSubscription": 763,
              "SubscriptionCharge": {
                "IdSubscriptionCharge": 6493,
                "Sequence": 1,
                "ChargeDate": "2022-04-27T00:00:00"
              }
           },
        }
    }
}