action yodlee_get_provider_account { label: "Get Provider Account Details" description: "The get provider account details service is used to learn the status of adding accounts and updating accounts.
This service has to be called continuously to know the progress level of the triggered process. This service also provides the MFA information requested by the provider site.
When include = credentials, questions is passed as input, the service returns the credentials (non-password values) and questions stored in the Yodlee system for that provider account.

Note:
  • The password and answer fields are not returned in the response.
  • " provider: yodlee method: GET path: "/providerAccounts/{providerAccountId}" encoding: json input: { type: "object" properties: { include: { type: "string" } providerAccountId: { type: "integer" format: "int64" } requestId: { type: "string" } } required: ["providerAccountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }