Retrieve host processor configuration

View as MarkdownOpen in Claude
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.

Authentication

AuthorizationBearer

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

Path parameters

processingTerminalIdstringRequired4-50 characters
Unique identifier that we assigned to the terminal.

Response

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

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
500
Internal Server Error