Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatically transfer money from one bank account to another [closed]

Is there available any API which allow us to automatically transfer money to other bank account? I only found that I can't have it done with paypal API.

I have user money on one bank account and after some action in application I need to transfer this money to other user bank account.

So to summary it all, step by step:

  • User1 send money to application bank account.

  • After few hours User1 confirm some action on aplication by clicking button.

  • After User1 clicked button I want to transfer money to User2 bank account from application bank account automatically.

I already have in DB every information needed to do bank transfer.

I am looking for API which would allow me to do third step which is automatically transfering money from my (app) bank account to user bank account no matter which bank he is using.

like image 501
BT101 Avatar asked Nov 03 '17 14:11

BT101


People also ask

Can you transfer money from a closed account to another bank?

The money transfer will be declined Frequently, banks will notice a faulty account number or closed account and direct deposits will be returned to the sender or declined. How long does it take for money to bounce back from a closed account?

What happens if you accidentally transfer money to a closed account?

In many cases when someone tries to send money to a closed account, the bank will simply return the funds to the sender or decline the transaction. It can take about five to 10 days for funds to be returned to the sender.

Can you send money to an account that is closed?

As you probably expect, no, money cannot enter a closed account. Whether a payment is made from a personal account or a business account, that transaction will bounce back to the sender if the account has been closed.


1 Answers

We finally end with using payu API. http://developers.payu.com/en/payouts.html#payouts_payout_creation_on_account_given

But it's limitted only to businesses which generate over 100k PLN (around 20k EUR) money turnover monthly.


Good alternative tho is revolut. Their API can handle payout to clients but is not responsible for receiving payments.

like image 51
BT101 Avatar answered Oct 12 '22 23:10

BT101