RemitPro - API International Remittance
  1. Webhook
RemitPro - API International Remittance
  • Getting Strated Guide
    • 1. Overview
    • 2. High Level Flow
    • 3. Supported Corridors
    • 4. Authorization & Scope
    • 5. Handle Error
    • 6. Signature
    • 7. API Host
  • API Reference (V1)
    • Authentication
      • Generate Token
      • Refresh Token
    • Master Data
      • Onboarding
        • Overview
        • Id Type Personal
        • Id Types Business
        • Business Classification
        • Business Industry
        • Nature of Business
        • Business Entity
        • Document Types Personal
        • Document Types Business
        • Education
        • Gender
        • Marital Status
        • Nationalities
        • Occupation
        • Purpose Account
        • Salutation
        • User Position
      • Area (IDN)
        • Overview
        • Countries
        • Countries by Id
        • States
        • States by Id
        • City
        • City by Id
        • District
        • District by Id
        • Sub District
        • Sub District by Id
      • Transaction
        • Overview
        • Bank Account Type
        • Id Types Business
        • Business Classification
        • Business Industry
        • Nature of Business
        • Business Entity
        • Document Types Business
        • Education
        • Gender
        • Marital Status
        • Nationalities
        • Document Types Personal
        • Occupation
        • Salutation
        • Purpose Account
    • Transaction
      • Sender
        • Business
          • Create Sender
          • Update Sender
          • Deactive
          • Reactive
          • Sender Detail
          • Sender List
          • History List
        • Personal
          • Create Sender
          • Update Sender
          • Deactive
          • Reactive
          • Sender Detail
          • Sender List
          • History List
      • Recipient
        • Overview
        • Business
          • Recipient Form
          • Create
          • Update
          • Deactive
          • Reactive
          • Recipient Detail
          • Recipient List
          • History List
        • Personal
          • Recipient Form
          • Create
          • Update
          • Deactive
          • Reactive
          • Recipient Detail
          • Recipient List
          • History List
      • Quotes
        • Enquire Quotes
        • Quote List
        • Quote Detail
    • Onbording Member
      • Business
        • Create Member
        • Update
        • Deactive
        • Reactive
        • Member List
        • Member Detail
        • History List
    • Wallet
      • Overview
      • Own Wallet
      • List Wallet Member
      • Detail Wallet Member
    • Webhook
      • Overview
      • Create/Update Status
        POST
      • KYC/KYB
        POST
      • Wallet
        POST
      • Virtual Account
        POST
  1. Webhook

Overview

This endpoint is used to register a webhook URL that will receive system notifications whenever specific events occur. Webhooks allow your system to get real-time updates without the need for manual polling.
Key Functions
Register a webhook URL so the system can send automatic event notifications.
Ensures data synchronization between your system and the platform.
Technical Requirements
The registered URL must use HTTPS.
The receiving endpoint must accept POST requests with JSON payload.
The system will send a verification request to the registered URL. If no valid response is returned, the registration will fail.
A single webhook URL can subscribe to multiple event types.
Modified at 2025-09-22 06:11:29
Previous
Detail Wallet Member
Next
Create/Update Status
Built with