Is there anyone who knows how to set up a bank transfer not using another modules provided in drupal. Usually a modul in drupal only works for those living in US or Canada. What if I am living in Indonesia where credit cards are not trusted enough so most of the buyer use bank transfer?

Any suggestion how to develop a good module related to bank transfer?

Comments

aburrows’s picture

Look at the bank you want to use and see if they have a developers api, then build a custom module for it, contribute back after its built so you can help others out.

aguskianto’s picture

Well, bank in Indonesia are very strict with policy. I think they won't allow me have the api.

Is there a way to check payment manually but still integrated with drupal commerce?

Thanks.