HPP Settings

HPP Settings

Get HPP Settings

get
Header parameters
api-keyanyRequired

apiKeyValue

Responses
200

OK

get
/rest/v2/settings/terminal/hpp

Create HPP Settings

post
Header parameters
api-keyanyRequired

apiKeyValue

Body
enabledbooleanOptional

Key is enabled or disabled

Example: true
hpp-domainstringOptional

must match the domain of the page the pay button will be used on

Example: https://example.com
hpp-public-keystringOptional

public key used for client side storage

Responses
200

OK

post
/rest/v2/settings/terminal/hpp

Update HPP Settings

put
Header parameters
api-keyanyRequired

apiKeyValue

Body
enabledbooleanOptional

Key is enabled or disabled

Example: true
hpp-domainstringOptional

must match the domain of the page the pay button will be used on

Example: https://example.com
hpp-public-keystringOptional

public key used for client side storage

Responses
200

OK

put
/rest/v2/settings/terminal/hpp

Delete HPP Settings

delete
Header parameters
api-keyanyRequired

apiKeyValue

Responses
200

OK

delete
/rest/v2/settings/terminal/hpp

Last updated

Was this helpful?