🔗 Webhooks

meCash Webhooks

Webhooks are a way for meCash to send your application automatic notifications whenever specific events take place. Instead of your application constantly asking meCash for updates, meCash pushes the information to you in real-time.

How to Configure a Webhook in meCash

Navigate to the Webhooks Page

  • In the Developers section of your meCash dashboard, select Webhooks from the left-hand menu.

    Navigate to Webhooks

Click on "Create Webhook"

  • To add a new webhook, click on the Create Webhook button at the top right of the page.

    Create Webhook

Enter the Webhook URL

  • Provide the URL where you want to receive webhook events.

  • Ensure that your endpoint is publicly accessible and can handle incoming POST requests.

  • Your endpoint should return an HTTP 2XX status code to acknowledge receipt.

    Enter Webhook URL

Confirm and Activate

  • Click Confirm to register the webhook.
  • Once added, the webhook will appear in the list along with its status.