filecoin-project / filplus-backend

Other
2 stars 1 forks source link

Request KYC endpoint #191

Closed Filip-L closed 3 months ago

Filip-L commented 3 months ago

Endpoint: verifier/application/request_kyc

Description: The functionality enables Allocators to request their clients to undergo the KYC process.

The verifier/application/request_kyc endpoint checks, based on the data received (KYCRequestedInfo), the current state of the application. If the condition is met, it:

Usage Condition: To execute this endpoint, the following conditions must be met:

  1. The application must be in the Submitted state.

Deployment Considerations:

Example KYCRequestedInfo:

{
  "id": "client_address",
  "owner": "owner_name",
  "repo": "repo_name"
}
kacperzuk-neti commented 3 months ago

Superseded by #195