Know Your Business (KYB)

Add KYB Documents

Add and validate documents for an existing identity. Documents are verified with the document service before being associated with the identity.

post/api/identity-service/v1/identities/{identityId}/documents

Path parameters

identityIdstring uuid required

The unique ID of the identity

Request body

Response

201

identityIdstring required

The identity ID

Changes

Changed in 1 of the 17 revisions of this API.1410

  • 70b5f74b17991410See the full diff
    • added the new authorizedSignerForm enum value to the acceptedDocuments/items/documentType response property for the response status 201

      response-property-enum-value-added

    • added the new authorizedSignerForm enum value to the rejectedDocuments/items/documentType response property for the response status 201

      response-property-enum-value-added

    • added the new caseRequiredDocuments enum value to the acceptedDocuments/items/documentType response property for the response status 201

      response-property-enum-value-added

    • added the new caseRequiredDocuments enum value to the rejectedDocuments/items/documentType response property for the response status 201

      response-property-enum-value-added

    • added the new certificateOfGoodStanding enum value to the acceptedDocuments/items/documentType response property for the response status 201

      response-property-enum-value-added

    • added the new certificateOfGoodStanding enum value to the rejectedDocuments/items/documentType response property for the response status 201

      response-property-enum-value-added

    • added the new correspondentAccountCertification enum value to the acceptedDocuments/items/documentType response property for the response status 201

      response-property-enum-value-added

    • added the new correspondentAccountCertification enum value to the rejectedDocuments/items/documentType response property for the response status 201

      response-property-enum-value-added

    • added the new proofOfAddress enum value to the acceptedDocuments/items/documentType response property for the response status 201

      response-property-enum-value-added

    • added the new proofOfAddress enum value to the rejectedDocuments/items/documentType response property for the response status 201

      response-property-enum-value-added

    • added the new singaporeSupportingDocument enum value to the acceptedDocuments/items/documentType response property for the response status 201

      response-property-enum-value-added

    • added the new singaporeSupportingDocument enum value to the rejectedDocuments/items/documentType response property for the response status 201

      response-property-enum-value-added

    • added the new sourceOfWealth enum value to the acceptedDocuments/items/documentType response property for the response status 201

      response-property-enum-value-added

    • added the new sourceOfWealth enum value to the rejectedDocuments/items/documentType response property for the response status 201

      response-property-enum-value-added

    • added the new optional request property documents/items/documentSubType

      new-optional-request-property

    • added the new authorizedSignerForm enum value to the request property documents/items/documentType

      request-property-enum-value-added

    • added the new caseRequiredDocuments enum value to the request property documents/items/documentType

      request-property-enum-value-added

    • added the new certificateOfGoodStanding enum value to the request property documents/items/documentType

      request-property-enum-value-added

    • added the new correspondentAccountCertification enum value to the request property documents/items/documentType

      request-property-enum-value-added

    • added the new proofOfAddress enum value to the request property documents/items/documentType

      request-property-enum-value-added

    • added the new singaporeSupportingDocument enum value to the request property documents/items/documentType

      request-property-enum-value-added

    • added the new sourceOfWealth enum value to the request property documents/items/documentType

      request-property-enum-value-added

    • added the optional property acceptedDocuments/items/documentSubType to the response with the 201 status

      response-optional-property-added

    • added the optional property rejectedDocuments/items/documentSubType to the response with the 201 status

      response-optional-property-added