Skip to main content
GET /service/account-holders/:iban/actions

List of account holders actions

Get account holder actions

Path Parameters
    iban string required
Responses

OK


Schema
  • Array [
  • resourceId ResourceId

    Unique resource id

    action AccountHolderActionEnum

    Possible values: [payment, consent_created, account_info_refresh]

    providerId ProviderId

    Unique payment provider (bank) id

    country CountryCode

    Provider country code (ISO 3166 alpha-2 codes)

    created date-time

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

    updated date-time

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

  • ]
Loading...