Skip to main content
GET
/
payment-methods
List Payment Methods
curl --request GET \
  --url https://integrations.clopos.com/open-api/v2/payment-methods \
  --header 'x-token: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "customer_required": 123,
    "is_system": 123,
    "balance": {
      "id": 123,
      "amount": 123,
      "type": "<string>"
    }
  }
]

Documentation Index

Fetch the complete documentation index at: https://developer.clopos.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-token
string
header
required

JWT access token obtained from /v2/auth endpoint

Response

200 - application/json

Payment methods retrieved successfully.

id
integer
name
string
customer_required
integer
is_system
integer
balance
object