i would like to redirect to while click on image(either one G-Pay/PayPal/Credit Card/Debit card/Internetbanking) from my screen after naviagate to page respective payment mode after successfull payment will be back to my Outsystem Page as like Amazon. is there way to achieve that please suggest.. More appreciate if you share the sample oml file.
Regards,
Ganesh kumar.C
Hi Ganeshkumar,
What you're requesting is very generic, with several solutions.
Kind regards,
Remco Dekkinga
Thanks your response Remco Dekkinga.
Kindly share sample OML file i am using GPAY forge component but it is not able connect sucessfully ..i am sure issue in my implementation do you have sample for that.
Following forge component only has SavetoGooglepay action and expecting Account related input parameter as given below.But i am expecting while click on GPAY image it will redirect and come back to outsystem screen after made payment succesfully.
Hi Ganesh,
I have no OML available that works.
Do you have an account configured at Google Pay? Did you configure one or more webhooks (return URL) while configuring your Google Pay account?
The webhooks that you configure on the Google side, will be the point where Google redirects back to your application in case of a (un)successful payment.
Can you share the error message you are receiving or a short video of where the process goes wrong according to you?
Remco
Once Again Thanks..
I am struck how to call GPAY either Rest API/.net code(integration studio)/Forge component.
MY Requirement:
1) I need to configure one specific Account number(Same account) because all transfer money to that account only. Not sure where i configure that account(Static)
2) who ever don't click on Gpay image it will open their Mobile GPAY app
3) Then transfer money configure account no
4)After made successful payment come back to outsystem stating that payment is success.
I'm sorry to tell you, but I'm not going to implement this for you. When you want to learn how to develop with OutSystems, the best way to do so is by doing it yourself.
I've read the Google Pay integration pages, and it looks like you need to configure a lot of things outside OutSystems before you can even start thinking about implementation in OutSystems.
Please start reading here: https://developers.google.com/pay/api/web/overview
And then here: https://developers.google.com/pay/api/web/guides/setup and here https://developers.google.com/pay/api/web/guides/test-and-deploy/integration-checklist
And only then follow this tutorial: https://developers.google.com/pay/api/web/guides/tutorial
Good luck!