---
title: "Enach Registration Callback"
method: POST
path: "/enach_registration_statuses"
---

# Enach Registration Callback

`POST /enach_registration_statuses`

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.
  - `decentro_mandate_id` string, required — Unique ID 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.
  - `user` object
    - `name` string — Name of the payer
    - `account_number` string — Account number of the user
    - `account_type` string — Type of the account(Savings/ Current/ Other)
    - `bank_code` string — Short 4 letters to identify the bank
    - `email` string — Email ID of the user
    - `pan` string — PAN number of the user
    - `mobile` string — Mobile number of the user.
  - `status` string — The status of mandate presentation. Values: Success or Failure.
  - `message` string — Mandate transaction message
  - `response_key` string — Mandate transaction response key

## 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)
