API name: cpm__Bank_Feed_Authorization__c
Bank Feed Authorization records capture the required details for each authorization approved for a Bank Feed connect for the given bank account. The details are used to manage the connection between Bank Feed and the open banking service, also known as an Account Information Service Provider (AISP). These records are created automatically as part of the Bank Feed authorization process.
| Label | Type | Description |
|---|---|---|
| Authorization Date | Date/Time | The data and time the bank account connection was approved. |
| Authorization Reference | Text(255) | A unique reference for the connection authorization used to communicate the authorization to the AISP. |
| Bank Feed Authorization Name | Text(80) | Auto-generated name for the authorization. |
| Consent Id | Text(255) | The unique identifier associated with the bank user who approved the bank account connection. This Id is communicated to the AISP. |
| Expiry Date | Date/Time | The data and time the connection authorization expires. |
| Institution Id | Text(255) | The identifier used by the AISP to identify the institution that manages the connected bank account. |
| Institution Name | Text(255) | The name used by the AISP for the institution that manages the connected bank account. |
| Scope | Text(255) | The scope of the authorization which determines what Bank Feed can import, such as just transactions, or transactions and account balances. |
| Status | Picklist | The status of the authorization: Connected (authorized and connected), Disconnected (authorized but not connected), Pending (authorization not yet approved), or Expired (authorization period ended). |
| Valid for | Number (18, 0) | The duration (in days) of the authorization. The duration is set by the AISP and determines the Expiry Date. |