Design and Implement a Wire Transfer API


🙋 Here are some details you should know about this question:

Similar to Credit Card Processing System (Question 22), but with wire transfer. Assume that you are interacting with the banks instead of with the credit card provider.

How will you hire concurrent transactions to the same account? Or from the same account?

How about scale, say the payment was to a business where there can be many payments simultaneously?


← Back to Main Table