Callback to receive customer compliance status

Overview

Nium calls this API to inform clients about a change in compliance status about a specific customer.

POST https://<customerHost:Port>/callback/compliance?customerHashId={customerHashId}

Security

This API only supports the HTTPS protocol. You need to add Classless Inter-Domain Routing (CIDR) block of Nium to your firewall IP allowlist to make sure only Nium is authorized to make the call.

Request example

curl -X POST \
  'https://<customerHost:Port>/callback/compliance?customerHashId={customerHashId}' \
 	-H 'content-type: application/json' \
  -H 'x-request-id: 123e4567-e89b-12d3-a456-426655440000' \
  -H 'x-client-name: client1' \

Query parameters

FieldDescriptionNeeded?
customerHashIdThis field accepts the unique customer identifier generated upon customer creation.Required

Response example

No response