v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Get Webhook

Fetch a webhook.

get/api/b2b/webhook/{id}

Path parameters

idstring required

Webhook id

Response

200

successboolean

Example response

{
  "success": true,
  "data": {
    "createdAt": "2025-05-12T09:31:59.559Z",
    "data": {
      "transactionId": "123456789",
      "status": "pending",
      "type": "deposit",
      "externalReference": "0987654321"
    },
    "response": {
      "status": "ok"
    },
    "event": "transaction_created",
    "webhookUrl": "https://webhook.site/76e0116d-27f4-4665-bd9d-46877d95d47a",
    "status": "SUCCESS"
  }
}