Process 3DS Verification Result
POST/3ds/verification-result/:shopId/:orderNumber
Use this endpoint to submit the result of a 3-D Secure (3DS) verification process for a specific order. This endpoint is typically called after the customer completes the 3DS authentication flow.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 412
- 500
- 502
- 503
3DS verification result successfully processed.
Invalid request parameters.
Authentication failed. Verify that a valid Api-Access-Token is provided in the request headers.
Access denied. The API token does not have permission for the specified shop, or the request was blocked by a security policy.
Resource not found.
Precondition failed.
Internal server error. An unexpected error occurred on the server side.
Service unavailable. The upstream service is temporarily unreachable.
Service unavailable. The server is temporarily unable to handle the request.