AVS Settings

Get AVS 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
chevron-right
200

ok

payload

payloadTypestringOptional

Indicates the type of payload returned in the response.

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

Update AVS 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
chevron-right
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?