EndpointsGet payment info
Endpoints

Get payment info

curl -X GET "http://petstore.swagger.io/v1/payments/example_string" \
  -H "Content-Type: application/json"
[
  "null"
]
GET
/payments/{paymentId}
GET
path
paymentIdstring
Required

The id of the payment to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

paymentIdstring
Required

The id of the payment to retrieve

Responses

Expected response to a valid request