Soft POS Payments

Soft Pos List Users

Soft POS api you can list users who can make operations
post/api/v1/payment/softpos/listusers

Request body

application_keystring required

It is the key of your application on our environment

modestring

Please send it as 'T' for test purposes, otherwise it will be in production mode.

langstring

Its default value is tr. If you want to get messages in other languages, please send it. You can find supported languages in the api supported_languages.

Example request

{
  "application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
  "mode": "T",
  "lang": "tr"
}

Response

Successful Response

response_codestring
messagestring
service_resp_codestring
service_resp_messagestring

Changes

No recorded changes to this endpoint across all 1 revision of this API.