RPS Settings
Retrieve the RPS configuration for a terminal, including whether recurring payments are enabled.
An access API key issued to you by Xplor Pay.
ok
Contains the response data for the terminal's RPS configuration.
Indicates the type of payload returned in the response.
rps-settingsUnauthorized
Forbidden
Not Found
GET /rest/v2/settings/terminal/rps HTTP/1.1
api-key: text
Accept: */*
{
"rps-settings": {
"enabled": true
},
"payloadType": "rps-settings"
}Create the Recurring Payment Service (RPS) configuration for a terminal by enabling or disabling recurring payments.
An access API key issued to you by Xplor Pay.
Contains Recurring Payment Service configuration for the terminal.
Indicates whether the Recurring Payment Service (RPS) is enabled for the terminal.
truePossible values: ok
Contains the response data for the terminal's RPS configuration.
Indicates the type of payload returned in the response.
rps-settingsUnauthorized
Forbidden
Not Found
POST /rest/v2/settings/terminal/rps HTTP/1.1
api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"enabled": true
}{
"rps-settings": {
"enabled": true
},
"payloadType": "rps-settings"
}Update the Recurring Payment Service (RPS) configuration for a terminal by enabling or disabling recurring payments.
An access API key issued to you by Xplor Pay.
Contains Recurring Payment Service configuration for the terminal.
Indicates whether the Recurring Payment Service (RPS) is enabled for the terminal.
truePossible values: ok
Contains the response data for the terminal's RPS configuration.
Indicates the type of payload returned in the response.
rps-settingsUnauthorized
Forbidden
Not Found
PUT /rest/v2/settings/terminal/rps HTTP/1.1
api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"enabled": true
}{
"rps-settings": {
"enabled": true
},
"payloadType": "rps-settings"
}Last updated
Was this helpful?

