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

AVS Settings

Get AVS terminal settings

get

Retrieve the Address Verification Service (AVS) settings configured for a 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: hpp
get/rest/v2/settings/terminal/avs

Update AVS terminal settings

put

Update the Address Verification Service (AVS) settings for a terminal.

Header parameters
api-keystringRequired

An access API key issued to you by Xplor Pay.

Body

AVS Settings details.

enabledboolean · enumOptional

Indicates whether AVS (Address Verification Service) settings are enabled (true) or disabled (false).

Example: truePossible values:
Responses
200

ok

payload

payloadTypestringOptional

Indicates the type of payload returned in the response.

Example: hpp
put/rest/v2/settings/terminal/avs

Last updated

Was this helpful?