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.
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 .
What you need exactly? an idea or logic or your full requirement developed?
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
Hi Rutuja Pande,
Please elaborate more like what all are your requirement regarding the query.
I guess you need to integrate with some payment gateways like "Razorpay" etc. They will manage the payment transfers for you.
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:
I hope this helps you build a banking transaction screen.
Thanks!!
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
Hey @Rutuja Pande If you have received the appropriate solution for the problem please mark it as solution. This will help others.
ThanksShlok Agrawal