Minit Money Enterprise
  • Welcome
  • Introduction
    • What is RaaS?
  • Get Started
  • Dashboard
  • RaaS API
    • API Key
    • Health Check
    • Corridors
      • List all Corridors
      • Corridor Details
      • Payout Methods
      • Payout Requirements
  • Senders
    • New Sender
    • Fetch Details
    • Update Details
    • Delete Sender
    • KYC
  • Beneficiaries
    • New Beneficiary
    • Fetch Details
    • Update Details
    • Delete Beneficiary
    • KYC
  • Quote
    • New Quotes
    • Fetch Quote
  • Transactions
    • New Transaction
    • Fetch Transaction
    • Status
  • Webhooks
    • Subscribe
    • Delete
  • Resources
    • Change log
    • FAQs
    • About
Powered by GitBook
On this page
  1. Webhooks

Subscribe

Create a Webhook

POST /webhook/subscribe

Description

Tenants can register their webhook URLs to receive transaction status updates in real-time. This feature includes automatic retry attempts in case of delivery failures, ensuring reliable communication.

Body

{
  "webhook_url": "https://client.com/webhook/transaction-status",
  "retry_attempts": 3
}

Response

{
  "webhook_id": "tenant_id_123",
}
PreviousWebhooksNextDelete

Last updated 1 month ago