Add customer to blacklist
ApiScope: payment.blackList.create
API Scope Level: ServiceSubscriberScope
Path Parameters
customerUuid string required
application/json
Request Body required
paymentDeclines string
isEnabled boolean
departmentUuid string
invoiceGUID string
ccLastFour string
ccType string
cardHolder string
onlinePayment boolean
sendBlockNotification boolean
threeDSAuthentication boolean
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
addedToBlackList boolean
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"addedToBlackList": true
}
Loading...