get

@Get(value = "/")
fun get(): HttpResponse<ProcessPaymentResponse>

Lightweight diagnostic endpoint that exercises the payment client.

This method is not part of the user API contract. It appears to be a temporary or debugging-oriented endpoint that invokes the payment service with placeholder data and returns the raw payment response.

Return

an HTTP 200 response containing the payment service result.