CSC Settings

Get CSC Settings

get

Retrieve the Card Security Code (CSC) configuration settings for the terminal.

Header parameters
api-keystringRequired

An access API key issued to you by Xplor Pay.

Responses
chevron-right
200

ok

payload

payloadTypestringOptional

Indicates the type of payload returned in the response.

Example: String
get
/rest/v2/settings/terminal/csc

Update CSC Settings

put

Update the Card Security Code (CSC) configuration settings for the terminal.

Header parameters
api-keystringRequired

An access API key issued to you by Xplor Pay.

Body

Contains configuration details for CSC (Card Security Code) settings.

enabledboolean · enumOptional

Indicates whether CSC validation is enabled (true) or disabled (false).

Example: truePossible values:
Responses
chevron-right
200

ok

payload

payloadTypestringOptional

Indicates the type of payload returned in the response.

Example: String
put
/rest/v2/settings/terminal/csc

Last updated

Was this helpful?