For the complete documentation index, see llms.txt. This page is also available as Markdown.

CSC Settings

Get CSC terminal 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
200

ok

payload

payloadTypestringOptional

Indicates the type of payload returned in the response.

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

Update CSC terminal 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
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?