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:
"786eb8f1-07f9-311b-a65f-6297532fae23"
Request
shell
https://api.prahsys.com/payments/n1/merchant/{merchantId}/sessionLoading…