Create Session
POSThttps://api.prahsys.com/payments/n1/merchant/{merchantId}/session
MEDIA TYPE: application/json
id
string
Unique identifier for the session
nullable
updateStatus
string
The status of the session update. Must have value SUCCESS to submit further API operations.
nullable
Possible values:
FAILURE
NO_UPDATE
SUCCESS
RESPONSE SCHEMA: application/json
id
string
example:
"cb8903cb-7f4e-3bbd-bfb0-6c99ff897435"
Request
shell
https://api.prahsys.com/payments/n1/merchant/{merchantId}/sessionLoading…