AsyncAPI channel · Defacto · Defacto Webhooks

subscriberCallback

Your endpoint. Defacto always calls the POST method of the to_url you register. Subscribe/manage via POST /webhooks, GET /webhooks, PATCH /webhook/{webhook_id}, DELETE /webhook/{webhook_id}.

Provider: Defacto AsyncAPI: v2.6.0 Spec: Defacto Webhooks Operations: 1 Messages: 32

Channel address

subscriberCallback

Operations

receiveDefactoEvent
Receive a Defacto webhook notification.

Messages

BorrowerFinancialProductCreated
Emitted when a BorrowerFinancialProductCreated reaches state BorrowerFinancialProductCreated.
Content-Type:
BorrowerFinancialProductUpdated
Emitted when a BorrowerFinancialProductUpdated reaches state BorrowerFinancialProductUpdated.
Content-Type:
CounterpartyCreditLimit.CREATED
Emitted when a CounterpartyCreditLimit reaches state CounterpartyCreditLimit.CREATED.
Content-Type:
CounterpartyCreditLimit.UPDATED
Emitted when a CounterpartyCreditLimit reaches state CounterpartyCreditLimit.UPDATED.
Content-Type:
CreditLimit.UPDATED
Emitted when a CreditLimit reaches state CreditLimit.UPDATED.
Content-Type:
CreditLine.BALANCE_UPDATED
Emitted when a CreditLine reaches state CreditLine.BALANCE_UPDATED.
Content-Type:
CreditLine.CREATED
Emitted when a CreditLine reaches state CreditLine.CREATED.
Content-Type:
CreditLine.POOL_AMOUNT_UPDATED
Emitted when a CreditLine reaches state CreditLine.POOL_AMOUNT_UPDATED.
Content-Type:
Invoice.DECLINED
Emitted when a Invoice reaches state Invoice.DECLINED.
Content-Type:
Invoice.DELETED
Emitted when a Invoice reaches state Invoice.DELETED.
Content-Type:
Invoice.SUBMITTED
Emitted when a Invoice reaches state Invoice.SUBMITTED.
Content-Type:
Invoice.TO_EDIT
Emitted when a Invoice reaches state Invoice.TO_EDIT.
Content-Type:
Invoice.VERIFIED
Emitted when a Invoice reaches state Invoice.VERIFIED.
Content-Type:
Loan.CANCELED
Emitted when a Loan reaches state Loan.CANCELED.
Content-Type:
Loan.CLOSED
Emitted when a Loan reaches state Loan.CLOSED.
Content-Type:
Loan.DECLINED
Emitted when a Loan reaches state Loan.DECLINED.
Content-Type:
Loan.DELETED
Emitted when a Loan reaches state Loan.DELETED.
Content-Type:
Loan.INITIATED
Emitted when a Loan reaches state Loan.INITIATED.
Content-Type:
Loan.ISSUE_DETECTED
Emitted when a Loan reaches state Loan.ISSUE_DETECTED.
Content-Type:
Loan.PENDING_VALIDATION
Emitted when a Loan reaches state Loan.PENDING_VALIDATION.
Content-Type:
Loan.SCHEDULED
Emitted when a Loan reaches state Loan.SCHEDULED.
Content-Type:
Loan.SUBMITTED
Emitted when a Loan reaches state Loan.SUBMITTED.
Content-Type:
Loan.TO_REPAY
Emitted when a Loan reaches state Loan.TO_REPAY.
Content-Type:
Loan.TO_REPAY_FEES
Emitted when a Loan reaches state Loan.TO_REPAY_FEES.
Content-Type:
Loan.TO_VALIDATE
Emitted when a Loan reaches state Loan.TO_VALIDATE.
Content-Type:
Loan.VALIDATED
Emitted when a Loan reaches state Loan.VALIDATED.
Content-Type:
Payment.CANCELED
Emitted when a Payment reaches state Payment.CANCELED.
Content-Type:
Payment.FAILED
Emitted when a Payment reaches state Payment.FAILED.
Content-Type:
Payment.INSTRUCTED
Emitted when a Payment reaches state Payment.INSTRUCTED.
Content-Type:
Payment.IN_TRANSIT
Emitted when a Payment reaches state Payment.IN_TRANSIT.
Content-Type:
Payment.PAID
Emitted when a Payment reaches state Payment.PAID.
Content-Type:
Payment.SCHEDULED
Emitted when a Payment reaches state Payment.SCHEDULED.
Content-Type:

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.