Endpoints
-
Webhook to update verification status, it will get called by AutoIdent once verification/E-signing is completed.
Webhook to update verification status, it will get called by AutoIdent once verification/E-signing is completed.
POST https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/InteractiveIdVerification/idnow/autoident/complete
-
Webhook to update verification status, it will get called by IdNow once interactive id-verification get completed.
Webhook to update verification status, it will get called by IdNow once interactive id-verification get completed.
POST https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/InteractiveIdVerification/idnow/complete
-
MyInfo redirect endpoint to update verification status. MyInfo redirects on this endpoint once the interactive verification is complete.
MyInfo redirect endpoint to update verification status. MyInfo redirects on this endpoint once the interactive verification is complete.
GET https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/InteractiveIdVerification/myinfo/ib/complete?Code={Code}&State={State}
-
Webhook to update verification status, it will get called by secureMe once interactive poi-verification get completed.
Webhook to update verification status, it will get called by secureMe once interactive poi-verification get completed.
POST https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/InteractiveIdVerification/secureme/verification
-
Webhook to get response from TrustDock after verification completed.
Webhook to get response from TrustDock after verification completed.
POST https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/InteractiveIdVerification/trustdock/complete
-
Callback endpoint to update verification status, signcat redirects on this endpoint once interactive verification get completed.
Callback endpoint to update verification status, signcat redirects on this endpoint once interactive verification get completed.
POST https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/InteractiveIdVerification/verify/{Correlationid}
-
Redirect endpoint to update verification status, signcat redirects on this endpoint once Oidc interactive verification get completed. This will be used for verification via MITID
Redirect endpoint to update verification status, signcat redirects on this endpoint once Oidc interactive verification get completed. This will be used for verification via MITID
GET https://gateway.saxobank.com/sim/openapi/partnerintegration/v1/InteractiveIdVerification/verify/{Method}?Code={Code}&Error={Error}&Error_Description={Error_Description}&State={State}