Skip to main content

checkBlackList


ApiScope: payment.blackList.read
API Scope Level: ServiceSubscriberScope
Request Body required
    customerID int64
    customerUUID string
    dealerID int64
    dealerUUID string
Responses

OK


Schema

    object

POST /kpayment/v1/checkBlackList

Request

Base URL
/payment
Body required
{
"customerID": 0,
"customerUUID": "string",
"dealerID": 0,
"dealerUUID": "string"
}
curl / cURL
curl -L -X POST '/payment/kpayment/v1/checkBlackList' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerID": 0,
"customerUUID": "string",
"dealerID": 0,
"dealerUUID": "string"
}'