FI Attributes
API resources have a field where you can attach arbitrary data. We refer to this arbitrary data as FI Attributes
and you can access it via the fiAttributes
parameter.
FiAttribute:title: FI Attribute entitydescription: Financial institution-specific attributetype: objectproperties:name:type: stringdescription: Name of attributevalue:type: stringdescription: Value of attribute
FI Attributes
are useful for storing additional, structured data alongside an API object. See the example below.
AccountDescriptor:title: Account Descriptor entitydescription: This descriptor provides minimal information about the accounttype: objectproperties:......fiAttributes:type: arraydescription: Array of Financial institution-specific attributesitems:$ref: '#/components/schemas/FiAttribute'
For more information about our APIs please refer to our API Reference