---
title: "ENACH Registration Callback"
method: POST
path: "/enach_registration_status"
---

# ENACH Registration Callback

`POST /enach_registration_status`

This callback is triggered by Decentro to the platform when a mandate is registered successfully.

## Request body

- object
  - `decentro_txn_id` string, required — Transaction id shared by Decentro in the presentation request.
  - `mandate_request_id` string, required — Reference id for identifying particular mandate request
  - `Unique_mandate_reference_number` string, required — UMRN number shared by Decentro when a mandate is successfully registered.
  - `consumer_reference_number` string, required — The payer account number which was passed by the platform at the time of registration.
  - `status` string — The status of mandate presentation. Values: Success or Failure.

## Response `200`

200

- object
  - `response_code` string

---

[API](https://skmtc.dev/decentro/apis/decentro-staging.md) · [All operations](https://skmtc.dev/decentro/apis/decentro-staging/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decentro/decentro-staging/revisions/f1a86ce4638c/schema)
