Skip to main content

AddExternalIdentificationSuccessPayload

No description

type AddExternalIdentificationSuccessPayload {
id: ID!
userId: String!
externalId: String!
status: SwanIdentificationStatus!
identityDocumentId: ID
facePhotoDocumentId: ID
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

AddExternalIdentificationSuccessPayload.id ● ID! non-null scalar

AddExternalIdentificationSuccessPayload.userId ● String! non-null scalar

AddExternalIdentificationSuccessPayload.externalId ● String! non-null scalar

AddExternalIdentificationSuccessPayload.status ● SwanIdentificationStatus! non-null enum

Status could be Valid or Invalid. Invalid status is caused by a mismatch between the user information given to addExternalIdentification mutation and user information given during the onboarding by the user him-self

AddExternalIdentificationSuccessPayload.identityDocumentId ● ID scalar

AddExternalIdentificationSuccessPayload.facePhotoDocumentId ● ID scalar

AddExternalIdentificationSuccessPayload.createdAt ● DateTime! non-null scalar

AddExternalIdentificationSuccessPayload.updatedAt ● DateTime! non-null scalar

Implemented By

AddExternalIdentificationPayload union