Skip to main content

Update customer blacklist


ApiScope: payment.blackList.update
API Scope Level: ServiceSubscriberScope
Path Parameters
    customerUuid 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
  • ]
  • removed boolean
PUT /v4/customers/:customerUuid/online-payment-blacklist

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/payment
Username
Password
customerUuid — path required
curl / cURL
curl -L -X PUT '/payment/v4/customers/:customerUuid/online-payment-blacklist' \
-H 'Accept: */*'