GET
/
payment
/
organizations
/
{id}
/
terminals
curl --request GET \
  --url https://gateway.varchev.com/ipg/payment/organizations/{id}/terminals \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "currency": "<string>",
    "paymentBrand": "<string>",
    "paymentMode": "<string>",
    "minTransactionAmount": 123,
    "maxTransactionAmount": 123
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

Query Parameters

organizationId
string

Response

200
text/plain

Success

The response is of type object[].