Partner Banking Docs
HomeStatus
  • Introduction
  • Getting Started
    • Partner Onboarding
    • Security
    • Authentication
    • Payload Signing
    • API Hosts
  • Concepts
    • API Connectivity Test
    • Accounts
      • Primary Accounts
      • Virtual Accounts
      • Getting Accounts
      • Balances Explained
    • Payments
      • Payment Simulation
      • Inbound Payments
      • Internal Payments
      • Counterparty Validation
      • Outbound Payments
      • Payment Details
        • Payment Details with ID
        • Payment Details with External Reference
    • Transactions
      • Activity Feed
    • Webhooks
      • Webhook Guidelines
      • Supported Events
      • Testing Webhooks
  • Full Specification
  • Return Home
Powered by GitBook
On this page

Was this helpful?

  1. Concepts

Webhooks

Subscribe to real-time changes with webhooks

Webhooks enable real-time communication between your application and our platform. When specific events occur in our system, we send HTTP POST requests to your configured endpoint with detailed event data. This allows you to build automated workflows or trigger processes in your application.

How to setup webhooks?

1

Select Events

Specify the events you want to subscribe for asynchronous changes.

2

Register Your Endpoint

Contact your account manager and provide your webhook URL with events you want to subscribe to.

3

Secure Your Endpoint

You will be provided with a public key which you will use for verification for each webhook event sent to your systems. Ensure your endpoint supports HTTPS and verify incoming requests using the detailed verification methods.

PreviousActivity FeedNextWebhook Guidelines

Last updated 3 months ago

Was this helpful?