63
Views
8
Comments
How to implement a bank transfer use case using api?

How can we create bank transfer screen?  Screen needs our account details and the beneficiary account details and after verifying the details it will transfer the money.  

UserImage.jpg
Puja Rani

Hi,

You can check this document from OutSystem. Also can go through the related post.  Additionally, I haven't used it but you can take a look at this forge component .

2024-12-02 12-15-17
Aravind EONE

What you need exactly? an idea or logic or your full requirement developed?

2025-12-17 21-10-06
Shlok Agrawal

Plese refer to the article  https://success.outsystems.com/documentation/11/extensibility_and_integration/mobile_plugins/payments_plugin/ 

https://www.outsystems.com/forums/discussion/67438/payment-gateway-for-mobile-application/

If you want the UI then many payment services offer the structure and proper documentation for the same, you could go to the razorpay and refer https://youtu.be/SFHbcs-lSio.

Thanks 
Shlok Agrawal 

2023-05-08 05-34-05
Piyali Saha

Hi Rutuja Pande,

Please elaborate more like what all are your requirement regarding the query.

2023-06-10 09-22-21
Kaustubh Kamble

I guess you need to integrate with some payment gateways like "Razorpay" etc. They will manage the payment transfers for you.

UserImage.jpg
Narendra Maheshwari

Hi,

To implement a bank transfer use case using API, you would need to integrate with the bank's API or a third-party payment gateway that facilitates bank transfers. Below are the general steps to implement this use case:

  1. Choose a Payment API or Gateway
  2. Set Up API Credentials
  3. Build the Bank Transfer Screen
  4. Collect Account Details
  5. Validate Account Details
  6. Call the API
  7. Process the Transfer
  8. Handle Response
  9. Error Handling
  10. Transaction History 

I hope this helps you build a banking transaction screen.


Thanks!!

2025-12-17 21-10-06
Shlok Agrawal

Hey Rutuja 

I have implemented this use case, I have implemented for CARD, UPI, Netbanking and Wallet.

note there is a option to disable payment types, Here I have disabled the EMI Option. Similar procedure for Others

I have implemented the razorpay payment gateway. 

Step1) Please create a Test account in Razorpay. You will receive basic auth details.

Step2) Visit this link https://razorpay.com/docs/payments/payment-gateway/web-integration/standard/ refer the code given 

Step3)  Refer this for integration https://razorpay.com/docs/payments/payment-gateway/web-integration/standard/build-integration/

Step4) To remove the various other payment options please refer the below image, you can also configure various tabs under this.

Important: You need to create an order in the razorpay and got OrderId this OrderID will be used for the payment gateway. 

If you need further assistance on the same please feel free to contact.

You can also create your own screen (Payment page and Payment button) in Razorpay account 

Thanks 
Shlok Agrawal

2025-12-17 21-10-06
Shlok Agrawal

Hey @Rutuja Pande If you have received the appropriate solution for the problem please mark it as solution. This will help others.

Thanks
Shlok Agrawal

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.