Card Not Present Questionnaire
Card Not Present Questionnaire
Get CNP Questionnaire
get /enroll/application/card-not-present-questionnaire/key/{externalKey}
Get the BIN routing card-not-present questionnaire for Merrick bank by an application's external key. For more usage information, see the CNP Questionnaire section of the Merchant Boarding API Integration Guide.
Parameters
externalKey required
Type
stringPattern
^(?!.*/).*$Range
1 to 50 charactersExample
2dc4436c-474d-46c3-83e8-50312fc27b01Loading...
Example Response
200 Return card-not-present questionnaire for enrollment application.
401 Unauthorized response - Need authorized permission to access the resource.
403 Forbidden response.
404 Application not found error response.
500 Internal Server Error response.
Update CNP Questionnaire
patch /enroll/application/card-not-present-questionnaire/key/{externalKey}
Update the BIN routing card-not-present questionnaire for Merrick bank by an application's external key. For more usage information, see the CNP Questionnaire section of the Merchant Boarding API Integration Guide.
Parameters
externalKey required
Type
stringPattern
^(?!.*/).*$Range
1 to 50 charactersExample
2dc4436c-474d-46c3-83e8-50312fc27b01Loading...
Request Schema
businessProfile
Type
objectLoading...
locationAndInventory
Type
objectLoading...
marketingAndSales
Type
objectLoading...
fulfillment
Type
objectLoading...
salesOperations
Type
objectLoading...
productRegulatoryAndClinicalInfo
Type
objectLoading...
customerService
Type
objectLoading...
Example Request
Example Response
200 Return updated card-not-present questionnaire for enrollment application.
400 Bad request response.
401 Unauthorized response - Need authorized permission to access the resource.
403 Forbidden response.
404 Application not found error response.
415 Unsupported media type response - Invalid content type.
422 Unprocessable entity error response.
500 Internal Server Error response.