Get operations
Get a list of operations performed during payment processing sorted by time (most recent first)
Authorizations
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
GET /api/v1/payments/{id}/operations HTTP/1.1
Host: engine-sandbox.convergegate.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2020-10-07T13:36:32.595+00:00",
"status": 200,
"result": []
}
Last updated