RPS Settings

Get RPS Settings

get

Retrieve the RPS configuration for a terminal, including whether recurring payments are enabled.

Header parameters
api-keystringRequired

An access API key issued to you by Xplor Pay.

Responses
chevron-right
200

ok

Contains the response data for the terminal's RPS configuration.

payloadTypestringOptional

Indicates the type of payload returned in the response.

Example: rps-settings
get
/rest/v2/settings/terminal/rps

Create RPS Settings

post

Create the Recurring Payment Service (RPS) configuration for a terminal by enabling or disabling recurring payments.

Header parameters
api-keystringRequired

An access API key issued to you by Xplor Pay.

Body

Contains Recurring Payment Service configuration for the terminal.

enabledboolean · enumOptional

Indicates whether the Recurring Payment Service (RPS) is enabled for the terminal.

Example: truePossible values:
Responses
chevron-right
200

ok

Contains the response data for the terminal's RPS configuration.

payloadTypestringOptional

Indicates the type of payload returned in the response.

Example: rps-settings
post
/rest/v2/settings/terminal/rps

Update RPS Settings

put

Update the Recurring Payment Service (RPS) configuration for a terminal by enabling or disabling recurring payments.

Header parameters
api-keystringRequired

An access API key issued to you by Xplor Pay.

Body

Contains Recurring Payment Service configuration for the terminal.

enabledboolean · enumOptional

Indicates whether the Recurring Payment Service (RPS) is enabled for the terminal.

Example: truePossible values:
Responses
chevron-right
200

ok

Contains the response data for the terminal's RPS configuration.

payloadTypestringOptional

Indicates the type of payload returned in the response.

Example: rps-settings
put
/rest/v2/settings/terminal/rps

Last updated

Was this helpful?