Remitter whitelisting Callback

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

API Endpoints

EnvironmentEndpoint
Staging / Sandboxhttps://your.custom.endpoint.com
Productionhttps://your.custom.endpoint.com

via this callback, clients will receive the final status of whitelisting request of a remitter's account.

Flow

Below is the remitter whitelisting flow for clients:

  1. The client must ensure that the remitter whitelisting configuration flag is enabled for their consumer.
  2. Clients can trigger the remitter whitelisting API by sending a request with the necessary account details.
  3. A notification will be sent to the Decentro admin for review of your whitelisting request.
  4. The admin will respond with either an accept or reject decision for your whitelisting request.
  5. After the admin's decision, you will receive a remitter whitelisting callback indicating the final status of your whitelisting request.
Body Params
string

Number of times the callback has been attempted.

string

Timestamp of the callback. Not the timestamp of the transaction.

string

Unique identifier mapped to the callback attempt.

string

Unique identifier mapped to the first callback attempt.

string

The unique transaction identifier generated by Decentro for each request.

string

The request status after the admin action on the remitter details. Possible values: ACCEPTED/REJECTED

string

The whitelisting status of the remitter account details. Possible values: ACTIVE/INACTIVE

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.

Headers
string

The header token shared by you should not contain any unsanitized values like @ # $ % ^ & * ! ; : ' " ~ ` ? = + ) (

string

The header token shared by you should not contain any unsanitized values like @ # $ % ^ & * ! ; : ' " ~ ` ? = + ) (

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json