douaoren4402 2012-10-30 08:41
浏览 326
已采纳

从IBAN银行帐号生成BIC

Is there any existing library or script I can use to generate the BIC code from an IBAN bank account number (and other necessary information)?

I've searched the web, but found only IBAN generators.

Thanks in advance!

  • 写回答

8条回答 默认 最新

  • duanmao2774 2012-10-30 10:43
    关注

    Solution for Belgian IBAN bank account numbers:

    There exists a webservice for Belgian iban numbers, it's very easy to get the bic from the iban bank account number.

    $client = new SoapClient('http://www.ibanbic.be/IBANBIC.asmx?WSDL');
    $bban = $client->getBelgianBBAN(array('Value' => $iban))->getBelgianBBANResult;
    $bic = $client->BBANtoBIC(array('Value' => $bban))->BBANtoBICResult;
    

    I've searched for a dutch webservice aswell, but I couldn't find one. But you can always make one yourself with the data from http://www.betaalvereniging.nl/europees-betalen/sepa-documentatie/bic-afleiden-uit-iban/

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(7条)

报告相同问题?

悬赏问题

  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂
  • ¥15 wordpress 产品图片 GIF 没法显示