---
title: "POST /{merchantUrlDirectNotification}"
method: POST
path: "/{merchantUrlDirectNotification}"
tags: ["notification-direct"]
---

# POST /{merchantUrlDirectNotification}

`POST /{merchantUrlDirectNotification}`

This API is used to notify partners when a transaction occurs in the DOKU V2 system. DOKU will notify partners with the URL that has been registered, and the notification will be done maximum 3 times or until the notification callback response is correct.

## Query parameters

- `WORDS` string, required
- `ACQUIRER` string, required
- `CUSTOMERPAN` string, required
- `INVOICE` string, required
- `TRANSACTIONID` string, required
- `CONVENIENCEFEE` string, required
- `TERMINALID` string, required
- `ORIGIN` string, required
- `AMOUNT` string, required
- `TXNDATE` string, required
- `MERCHANTPAN` string, required
- `REFERENCEID` string, required
- `CUSTOMERNAME` string, required
- `TXNSTATUS` string, required
- `ISSUERNAME` string, required
- `ISSUERID` string, required

## Request body

- DirectNotificationRequest
  - `transactionId` string, required
  - `activityCode` string, required — Specific notification code
  - `message` string, required — Notification message “Transaction is Success” or “Transaction is Failed”
  - `processDate` string, required — Update time in yyyy-MM-ddTHH:mm:ss format

## Response `200`

Notification processed Successfully

- string

---

[API](https://skmtc.net/doku/apis/direct-debit-core-system-notify-binding-to-merchant-emoney-o.md) · [All operations](https://skmtc.net/doku/apis/direct-debit-core-system-notify-binding-to-merchant-emoney-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doku/direct-debit-core-system-notify-binding-to-merchant-emoney-o/revisions/7887174f57bc/schema)
