Get a payment by ID

GET /payments/{paymentId}

Responses

  • 200 application/json

    Successful response

  • Not Found

GET /payments/{paymentId}
curl \
 -X GET localhost:8080/payments/{paymentId}