Skip to main content
POST
Retry Terminal Payment Session

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Terminal Session ID

Pattern: ^[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}$

Response

200 - application/json

Terminal Payment Session fetched successfully

code
string
Example:

"SUCCESS"

error_code
string
Example:

""

message
string
Example:

"Payment session retried successfully"