Add Bank ID field.

Morgenstern - June 12, 2008 - 13:27
Project:Direct Debit Payment
Version:5.x-1.x-dev
Component:directdebit
Category:feature request
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)
Description

Hi everybody,

German banks use a bank ID to identify banks (similar to IBAN, but only for Germany)...
I added the following lines between (...) to directdebit.module:

<?php
function directdebit_api() {

  return array(

  (...)

   
'directdebit_bank_id' =>
      array(
       
'#description' => t("What is the bank's identification code. Ie '100200300'"),
       
'#title' => t('Bank Identification Code'),
       
'#required' => TRUE,
       
'#type' => 'textfield',
      ),

  (...)

      );
}
?>

maybe it's possible to put this into the module?

#1

clemens.tolboom - August 12, 2008 - 07:34
Status:active» postponed (maintainer needs more info)

How does this field compare to IBAN, BIC and bank clearing code?

 
 

Drupal is a registered trademark of Dries Buytaert.