Skip to main content

Add customer to blacklist


ApiScope: payment.blackList.create
API Scope Level: ServiceSubscriberScope
Path Parameters
    customerUuid string required
Request Body required
    paymentDeclines string
    isEnabled boolean
    departmentUuid string
    invoiceGUID string
    ccLastFour string
    ccType string
    cardHolder string
    onlinePayment boolean
    sendBlockNotification boolean
    threeDSAuthentication boolean
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
  • ]
  • addedToBlackList boolean
Loading...