Get operations

Get operations

get
/api/v1/payments/{id}/operations

Get a list of operations performed during payment processing sorted by time (most recent first)

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
idstringRequired

Payment Id

Pattern: /[a-zA-Z0-9]{32}/
Responses
chevron-right
200

Operation List Response

application/json
timestampstring · ISO 8601OptionalExample: 2020-10-07T13:36:32.595+00:00
statusintegerOptional

HTTP status code

Example: 200
get
/api/v1/payments/{id}/operations

Last updated