Skip to main content
GET /service/consent/:consentId

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

Path Parameters
    consentId ConsentId required

    The ID of the account consent to retrieve.

Responses

Default response


Schema
    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.

Loading...