const crypto = require('crypto');
const signature = crypto.createHmac('sha256', signatureKey) .update(JSON.stringify(data)).digest('hex');{
"id": "7a5276bb-4a0a-4fff-ab69-3e73881bc18e",
"type": "PAYOUT",
"status": "SUCCESS",
"wire_id": "w_txn_d095566875ee4b999de969ff8645f271",
"approval": "APPROVED",
"currency": "AUD",
"due_date": "2026-01-30T00:00:00.000Z",
"order_id": "payout_1",
"denied_at": null,
"conversion": null,
"created_at": "2026-01-29T05:23:57.000Z",
"payee_name": "Razaq",
"pending_at": null,
"updated_at": "2026-01-29T05:24:01.000Z",
"approved_at": null,
"beneficiary": "Razaq",
"internal_id": "INT-QvZNDPhxWik8IhT",
"last_action": null,
"merchant_id": "230a5dd0-8c0d-4937-bdd2-970f99fa9cee",
"wire_origin": null,
"idempotency_key": null,
"original_amount": 1,
"beneficiary_bank": "au_bank_acct",
"reason_for_failure": null,
"beneficiary_account_iban": null,
"beneficiary_account_number": "231570000"
}curl --location --request POST 'https://api.paycombat.comurl_webhook_merchant' \
--header 'X-Signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "7a5276bb-4a0a-4fff-ab69-3e73881bc18e",
"type": "PAYOUT",
"status": "SUCCESS",
"wire_id": "w_txn_d095566875ee4b999de969ff8645f271",
"approval": "APPROVED",
"currency": "AUD",
"due_date": "2026-01-30T00:00:00.000Z",
"order_id": "payout_1",
"denied_at": null,
"conversion": null,
"created_at": "2026-01-29T05:23:57.000Z",
"payee_name": "Razaq",
"pending_at": null,
"updated_at": "2026-01-29T05:24:01.000Z",
"approved_at": null,
"beneficiary": "Razaq",
"internal_id": "INT-QvZNDPhxWik8IhT",
"last_action": null,
"merchant_id": "230a5dd0-8c0d-4937-bdd2-970f99fa9cee",
"wire_origin": null,
"idempotency_key": null,
"original_amount": 1,
"beneficiary_bank": "au_bank_acct",
"reason_for_failure": null,
"beneficiary_account_iban": null,
"beneficiary_account_number": "231570000"
}'{}