Skip to main content
GET /service/consent

List consents

Retrieves account consent details of a started / ongoing account consent request.

Query Parameters
    inquiryId ConsentInquiryId

    The ID of the consent inquiry to retrieve all consents.

    msidsn Msisdn

    The phone number of the user linked to the consent

    email Email

    The email address of the user linked to the consent.

    validFrom date-time

    From date time - filtered against valid from time

    validUntil date-time

    Util date time - filtered against valid until time

    providerName string

    Consent provider/bank name

    country CountryCode

    Consent country code

    status ConsentStatus

    Possible values: [initiated, started, received, rejected, partially_authorised, valid, revoked_by_psu, expired, terminated_by_tpp, failed]

    scope ConsentScope

    Possible values: [all, accounts, balances, transactions]

    dataKey string

    Consent data key

    dataValue string

    Consent data value

    cursor string
Responses

Default response


Schema
    data object[]
  • Array [
  • inquiryId ConsentInquiryId

    Consent inquiry id

    consentId ConsentId

    Unique consent id

    status ConsentStatus

    Possible values: [initiated, started, received, rejected, partially_authorised, valid, revoked_by_psu, expired, terminated_by_tpp, failed]

    Consent status.

    created date-time

    RFC 3339 date time format (2007-11-06T16:34:41.000Z)

    modified date-time

    RFC 3339 date time format (2007-11-06T16:34:41.000Z)

    scope ConsentScope

    Possible values: [all, accounts, balances, transactions]

    Consent scopes for account information access.

    validUntil date-time

    RFC 3339 date time format (2007-11-06T16:34:41.000Z)

    providerId ProviderId

    Unique payment provider (bank) id

    name string

    Short info of the account consent intent. Will be visible int the customers consent list.

    description string

    Simple description of why account access is being used.

    owner object
    msisdn Msisdn

    Mobile phone number

    email Email

    Email address

    country CountryCode

    Provider country code (ISO 3166 alpha-2 codes)

    data object[]

    Additional internal data to be stored alongside payment. This can be internal shopping basked id, customer profile id, or any other information to link payment to an internal process.

  • Array [
  • key string

    unique key of internally stored data. For instance basked_id, customer_id ...

    value string

    value of internally stored data.

  • ]
  • locale Locale

    Two letter ISO 639-1 language/locale code.

  • ]
  • metadata object
    next_cursor string
Loading...