Retrieve host processor configuration

Use this method to retrieve the host processor configuration of a processing terminal. Integrate with this method only if you use your own gateway and want to validate the processor configuration. Our gateway returns the configuration settings for the merchant and the payment terminal.

Path parameters

processingTerminalIdstringRequired>=4 characters<=50 characters
Unique identifier that we assigned to the terminal.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful request. Returns the host configuration of the processing terminal.
processingTerminalIdstring
Unique identifier that our gateway assigned to the terminal.
configurationobject
Object that contains the host processor configuration.
processingAccountIdstring or null
Unique identifier that we assigned to the processing account.

Errors