HPP Settings
Retrieve the Hosted Payment Page (HPP) configuration settings for the terminal.
An access API key issued to you by Xplor Pay.
ok
payload
Indicates the type of payload returned in the response.
StringUnauthorized
Forbidden
Not Found
GET /rest/v2/settings/terminal/hpp HTTP/1.1
api-key: text
Accept: */*
{
"hpp-settings": {
"hpp-public-key": "String",
"enabled": true,
"hpp-domain": "https://example.com"
},
"payloadType": "String"
}Create and configure Hosted Payment Page (HPP) settings for a terminal.
An access API key issued to you by Xplor Pay.
Contains the Hosted Payment Page configuration details for the terminal.
Public key used to encrypt payment data on the Hosted Payment Page.
StringIndicates whether the Hosted Payment Page (HPP) settings are enabled for the terminal. Set true (enable) or false (disable).
truePossible values: HTTPS domain URL where the Hosted Payment Page is hosted.
https://example.comok
payload
Indicates the type of payload returned in the response.
StringUnauthorized
Forbidden
Not Found
POST /rest/v2/settings/terminal/hpp HTTP/1.1
api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 77
{
"hpp-public-key": "String",
"enabled": true,
"hpp-domain": "https://example.com"
}{
"hpp-settings": {
"hpp-public-key": "String",
"enabled": true,
"hpp-domain": "https://example.com"
},
"payloadType": "String"
}Update the Hosted Payment Page (HPP) settings for a terminal.
An access API key issued to you by Xplor Pay.
Contains the Hosted Payment Page configuration details for the terminal.
Public key used to encrypt payment data on the Hosted Payment Page.
StringIndicates whether the Hosted Payment Page (HPP) settings are enabled for the terminal. Set true (enable) or false (disable).
truePossible values: HTTPS domain URL where the Hosted Payment Page is hosted.
https://example.comok
payload
Indicates the type of payload returned in the response.
StringUnauthorized
Forbidden
Not Found
PUT /rest/v2/settings/terminal/hpp HTTP/1.1
api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 77
{
"hpp-public-key": "String",
"enabled": true,
"hpp-domain": "https://example.com"
}{
"hpp-settings": {
"hpp-public-key": "String",
"enabled": true,
"hpp-domain": "https://example.com"
},
"payloadType": "String"
}Delete the Hosted Payment Page (HPP) configuration settings for the terminal.
An access API key issued to you by Xplor Pay.
ok
payload
Indicates the type of payload returned in the response.
StringUnauthorized
Forbidden
Not Found
DELETE /rest/v2/settings/terminal/hpp HTTP/1.1
api-key: text
Accept: */*
{
"hpp-settings": {
"hpp-public-key": "String",
"enabled": true,
"hpp-domain": "https://example.com"
},
"payloadType": "String"
}Last updated
Was this helpful?

