Skip to main content

DocumentRequestInfoMediationTemplate

A documentRequestTemplate allows a provider to request a consumer to upload and send a document. A template configured with this journeyReferenceType also requires a document journeyReferenceType. The different journeyReferenceType of documents that can be requested (drivers license, passport, ...) can be queried for an organisation with the documentTypes query. For example: a provider requests a copy of the drivers license of the consumer.

type DocumentRequestInfoMediationTemplate implements InfoMediationTemplate {
id: String!
type: InfoMediationTemplateType!
name: String!
documentType: DocumentType!
}

Fields

DocumentRequestInfoMediationTemplate.id ● String! non-null scalar

DocumentRequestInfoMediationTemplate.type ● InfoMediationTemplateType! non-null enum

DocumentRequestInfoMediationTemplate.name ● String! non-null scalar

DocumentRequestInfoMediationTemplate.documentType ● DocumentType! non-null object

Interfaces

InfoMediationTemplate interface