Get operations
Authorizations
AuthorizationstringRequired
The client sends HTTP requests with the Authorization header that contains the word Bearer followed by a space and the Shop Api Key.
Path parameters
idstringRequiredPattern:
Payment Id
/[a-zA-Z0-9]{32}/Responses
200
Operation List Response
application/json
401
Unauthorized
application/json
404
Not Found
application/json
get
/api/v1/payments/{id}/operationsLast updated