Objects

StoredConsentParameter

Parameter to start a collection using a previously authorized PSD2 consent. The consent must be in AUTHORIZED status and belong to the requesting client.

consentIdstring

The ID of the stored consent to use for this collection.

psuIpAddressstring

IP address of the end user (PSU). Set this when the end user is present to avoid the request being treated as a background refresh.

psuUserAgentstring

User-Agent of the end user's (PSU) browser or device. Set this when the end user is present to avoid the request being treated as a background refresh.

Properties inherited from: CollectionParameter
typestring
Example
{  "consentId": "550e8400-e29b-41d4-a716-446655440000",  "psuIpAddress": "192.168.1.1",  "psuUserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"}