---
title: "Remitter whitelisting Callback"
method: POST
path: "/client/custom/endpoint"
---

# Remitter whitelisting Callback

`POST /client/custom/endpoint`

This callback is to inform the clients about the final status of the account whitelisting request to Decentro.

## Headers

- `your_custom_header_1` string
- `your_custom_header_2` string

## Request body

- object
  - `callback_attempt` string — Number of times the callback has been attempted.
  - `callback_timestamp` string — Timestamp of the callback. Not the timestamp of the transaction.
  - `callback_txn_id` string — Unique identifier mapped to the callback attempt.
  - `original_callback_txn_id` string — Unique identifier mapped to the first callback attempt.
  - `decentro_txn_id` string — The unique transaction identifier generated by Decentro for each request.
  - `request_status` string — The request status after the admin action on the remitter details. Possible values: ACCEPTED/REJECTED
  - `whitelisting_status` string — The whitelisting status of the remitter account details. Possible values: ACTIVE/INACTIVE
  - `message` string — The description of the whitelisting status of the remitter account.
  - `mapped_to_virtual_account_list` object — List of virtual details against which the remitter account is whitelisted.
    - `custom_va_number` string — The suffix part of the VA that uniquely identifies each VA. It can be from 6 -10 digit. Eg: va_suffix will be 000001 for virtual account number 46525000001
    - `virtual_account_number` string — Virtual account number as requested by the platform.
    - `customer_va_identifier` string — Unique customer identifier that is mapped against the virtual account.
  - `whitelisting_account_details` object — The details of the remitter account that is to be whitelisted

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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