Ockto
Collection of Ockto functions, to get personal data from validated external sources.
Methods
startSession
Starts an Ockto session. To be able to use Ockto, an applicable license must be configured for the Tenant.
Parameters
sessionId string
The sessionId used in Ockto.
ocktoOptions { testCaseId?: string, consentCode: Ockto.ConsentCodes, ocktoType: string, odmVersion: string, requestDocuments: string[], disablePartner: boolean, psd2InfoIncluded: boolean, psd2AmountOfMonths: number }
The Ockto options you want to use.
consentCode
ocktoType
Provides the combination of datasources that needs to be collected by the consumer. Contact Ockto support to get the right type.
odmVersion
The version of ODM returned. When left empty or null is used, the latest ODM version will be returned. (V#_#).
requestDocuments
Per specified document a link is returned in the ODM. Using this link the receiver can download the document. Documents are available for 10 minutes and will be deleted when downloaded. By default Ockto does not return documents. Possible values: UPO, UWV, PSD2, PDF
disablePartner
If true, Ockto will not show the add partner data pop-up within the app.
psd2InfoIncluded
If set to true, Ockto will return PSD2 data.
psd2AmountOfMonths
Number of months to be collected (up to 12 moths)
Return type
{ sessionId: string, qrCode: string }
Examples
getStatus
Gets the status of an Ockto session.
Parameters
sessionId string
The sessionId used in Ockto.
Return type
string
Examples
getResult
Gets the result of an Ockto session.
Parameters
sessionId string
The sessionId used in Ockto.
Return type
{ [key: string]: any; }