Package com.jumio.sdk.callback.api
Interface JumioCallbackApi
- All Known Implementing Classes:
-
JumioCallbackApiController
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-10-16T16:59:23.148913400+02:00[Europe/Vienna]") @Validated @RequestMapping("${openapi.platform.base-path:}") public interface JumioCallbackApi
-
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<org.springframework.web.context.request.NativeWebRequest>default org.springframework.http.ResponseEntity<Void>receiveCallback(@Valid CallbackRequestBody callbackRequestBody) POST /jumio-callback
-
Method Details
-
getRequest
-
receiveCallback
@RequestMapping(method=POST, value="/jumio-callback", consumes="application/json") default org.springframework.http.ResponseEntity<Void> receiveCallback(@Valid @RequestBody @Valid CallbackRequestBody callbackRequestBody) POST /jumio-callback- Parameters:
callbackRequestBody- The callback after verification finishes (required)- Returns:
- OK (status code 200)
-