API

Update Saltpay terminal

Updates a Saltpay terminal. Used to control whether and how a terminal is connected to an issuer.

POST/v1/hq/integrations/saltpay/stores/{store_id}/terminals/{terminal_id}

Authorization

BearerTokenAuth

AuthorizationBearer <token>

The Noona HQ API uses Bearer token for authentication.

Endpoints that return generic information that does not contain sensitive data do not require authentication. Endpoints that require authentication are specifically marked in the documentation.

Authorization: Bearer your-token

In: header

Path Parameters

store_id*string

Store id

terminal_id*string

Terminal id

Query Parameters

select?array<string>
expand?array<string>

Request Body

application/json

issuer?string

The issuer tied to the terminal.

Response Body

application/json

curl -X POST "https://api.noona.is/v1/hq/integrations/saltpay/stores/string/terminals/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "terminal_id": "7awdXwZoedakjad37a",
  "terminal_name": "string",
  "serial_number": "string",
  "issuer": "string"
}