21
Views
4
Comments
Payment gateway
Question

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..

2025-12-22 13-50-43
Sherif El-Habibi
Champion

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

2026-01-28 16-57-48
Mihai Melencu
Champion

Hi,

What payment gateway are you trying to implement? There are multiple connectors in the OutSystems Forge.

2019-11-11 17-10-24
Manish Jawla
 
MVP

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

PayPal

Mobile Payments (Apple/Google Pay + Stripe)

Regards,

Manish Jawla 



2023-10-16 05-50-48
Shingo Lam

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  

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