Hello Everyone,
I'm beginner and currently I'm learning Outsystems. I'll have to integrate Payment gateway...but I'm not aware about it...
So please suggest any documentation... where I can learn and implement them..
Hello,
Payment gateways are implemented in OutSystems as Forge components or you just consume a REST API that does the job which is explained in the documentation of the API itself.
Here is a similar discussion that illustrates how this can be implemented using forge component:
https://www.outsystems.com/forums/discussion/98695/integrate-payment-gateway-in-outsystems/
There is also documentation for mobile payments: Payments Plugin
Hi,
What payment gateway are you trying to implement? There are multiple connectors in the OutSystems Forge.
Hi @Rajkamal Singh Jhala ,
To integrate a payment gateway in an OutSystems app, you don’t need a special built-in feature — you connect to an external payment provider (like Stripe or PayPal) or use an existing component from Forge.
Here are some OutSystems Forge assets that can help you get started:
Stripe related
Stripe Connector (O11) – lets you create payment intents, charge cards, manage customers, and handle refunds with Stripe from your OutSystems app. https://www.outsystems.com/forge/component-overview/13298/stripe-connector-o11
StripePaymentGateway (O11) – sample REST API integration for Stripe payments. https://www.outsystems.com/forge/component-overview/18789/stripepaymentgateway-o11
Stripe SDK Plugin (O11) – mobile plugin to use Stripe’s native SDKs on Android and iOS. https://www.outsystems.com/forge/component-overview/5399/stripe-o11
PayPal
Paypal Connector (O11) – a simple connector for direct PayPal payments, refunds, etc. https://www.outsystems.com/forge/component-overview/572/paypal-connector-o11
Mobile Payments (Apple/Google Pay + Stripe)
Payments Plugin (O11) – supported plugin that helps you set up mobile payments using Apple Pay, Google Pay, and Stripe. https://www.outsystems.com/forge/component-overview/13678/payments-plugin-o11
Payments Plugin Configurator (O11) – companion app for configuring your payment backend settings used by the Payments Plugin. https://www.outsystems.com/forge/component-overview/13679/payments-plugin-configurator-o11
Regards,
Manish Jawla
great, full of connectors for payment gateway.
I have the chances to try Stripe Connector and Paypal Connector.
In fact, there are no forge for some special providers, we need to embed their JavaScript code and iframe to communicate