Webhooks


Webhook Events

In our Manage Credit Card Core, we generate events that are triggered by different internal processes. These events are classified by type, depending on the specific process that was executed.

The events are grouped into the following categories:

Account Events

Include all events related to account management, such as customers, accounts, and cards.

Authorization Events

Include all events related to authorizations, such as approvals, declines, reversals, and adjustments.

Settlement Events

Include transaction settlement and confirmation events.

Transaction Events

Include all other transactions that affect the customer’s balance, such as cash advances or adjustments, payments, disputes, and charges (late interest, regular interest, and fees).

Webhook Endpoints

Each category is published through an independent webhook endpoint:

  • /account
  • /authorization
  • /settlement
  • /transaction

For example, account-related events are published to /account, while transaction-related events are published to /transaction.

Authentication

The partner must provide a URL to receive all webhook events.
Authentication is handled using an API key.

The API key must be generated by the partner and shared with us for configuration.