Skip to main content

Check CustomerBlacklist


ApiScope: payment.payisland
API Scope Level: ServiceSubscriberScope
Path Parameters
    customerGuid string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
  • blackListed boolean
GET /kpayment/v1/checkBlacklist/customer/:customerGuid

Request

Base URL
/payment
customerGuid — path required
curl / cURL
curl -L -X GET '/payment/kpayment/v1/checkBlacklist/customer/:customerGuid' \
-H 'Accept: application/json'