Find Payments

Find payment

get
/api/v1/payments/{id}

Find payment by Id

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
200

Payment Response

application/json
get
/api/v1/payments/{id}

Last updated