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