Check if a customer is blacklisted
ApiScope: payment.blackList.read
API Scope Level: ServiceSubscriberScope
Path Parameters
customerUuid string required
Responses
- 200
 
OK
*/*
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
blackListed boolean
{
  "errors": [
    {
      "errorCode": 0,
      "errorTitle": "string",
      "errorMessage": "string",
      "errorDescription": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": 0,
      "warningTitle": "string",
      "warningMessage": "string",
      "warningDescription": "string"
    }
  ],
  "blackListed": true
}
Loading...