Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(feat): clearinghouse interface documentation #309

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ The checklist worker checks for the existence of the "START_CLEARING_HOUSE" proc
}
}

If for some reason the call to the identity wallet or clearinghouse fails, a new process item "RETRIGGER_CLEARING_HOUSE" is created, to allow the manual retriggering of the process with the endpoint:
If for some reason the call to the clearinghouse fails, a new process item "RETRIGGER_CLEARING_HOUSE" is created, to allow the manual retriggering of the process with the endpoint:

```diff
! POST /api/administration/registration/application/{applicationId}/retrigger-clearinghouse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
The Gaia-X Clearinghouse provides two key services

- trust (validation of corporate data by verifying data from legal entities, according to the Gaia-X Trust Framework)
- conformity assessment (SD Documents via teh compliance check)
- conformity assessment (SD Documents via the compliance check)
<br>

Below the respective touched business process steps are highlighted to enable an easier mapping of the interfaces to the portal product business process:
Expand All @@ -37,6 +37,10 @@ Below the respective touched business process steps are highlighted to enable an
<img width="857" alt="image" src="https://raw.githubusercontent.com/eclipse-tractusx/portal-assets/main/docs/static/clearinghouse-data-validation.png">
</p>

<br>

Additional documentation regarding the actual interface can get found here: [Registration Clearinghouse Check](/docs/developer/01.%20Registration/04.%20Registration%20Approval/03.%20Registration%20Approval%20Process.md#details-clearinghouse-check)

<br>
<br>

Expand Down
Binary file modified docs/static/clearinghouse-backend-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/clearinghouse-data-validation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.