Bank Account
API Name: BankAccount__c
Bank accounts are created from interacting with the bank system.
| Label | API Name | Type | Description |
|---|---|---|---|
| Bank Account Name | Name |
Text | |
| Access Method | AccessMethod__c |
Picklist | The technical access method for this bank account. Picklist values: EBICS |
| BIC | BIC__c |
Text(11) | The Business Identifier Code of the bank (according to ISO 9362). |
| Bank Account Balance | BankAccountBalance__c |
Currency(13, 5) | The balance of this bank account as reported by the last bank statement. |
| Bank Name | BankName__c |
Text(255) | The name of the bank. |
| SEPA Credit Transfer Batch Booking | CreditTransferBatchBook__c |
Picklist | Controls the SEPA batch booking mode, activates or deactivates SEPA batch booking in general or on demand. Picklist values: on, off, on-ask, off-ask |
| SEPA Direct Debit Batch Booking | DirectDebitBatchBook__c |
Picklist | Controls the SEPA batch booking mode, activates or deactivates SEPA batch booking in general or on demand. Picklist values: on, off, on-ask, off-ask |
| IBAN | IBAN__c |
Text(34) | The International Bank Account Number of the bank (according to ISO 13616). |
| Initial Payment Status | InitialPaymentStatus__c |
Picklist | Initial status for payments created during a SEPA Credit Transfer or Direct Debit transaction. Picklist values: Collected, Pending |
| Last Bank Statement | LastBankStatement__c |
Date | The date for which a bank statement was last retrieved. |
| Proprietary Bank Account Identifier | PropBankAccountIdentifier__c |
Text(34) | The proprietary bank account identifier for this bank account provided by the bank, used as fallback if the IBAN is not available. |