Post Closed
42
Views
4
Comments
Stripe Implementation
Question
Application Type
Reactive

I have created a stripe account, and an application in outsystems like its an product shopping.
scenario:
I have 5 items in a  cart and the total cost id 7000Rs. When I click pay button I want to pay it by stripe.
How to implement stripe payment gateway using customer details like amount to be paid only 7000rs.
I have created stripe account but i can configure a static amount like 60$, so when i click on pay button, the amount is only 60$ rather than 7000Rs.

2025-02-10 17-24-13
Arun Rajput

Hi Harshita,

you have to select the currency to USD in stripe api we have attribute to mention currency

You can also check forge component created by me on stripe integration.

https://www.outsystems.com/forge/component-overview/15702/credit-card-payment-integrationstripe-o11

Thanks

2025-07-22 10-30-27
Mandar Deshpande

Hi @Harshitha Sripadha 

Can you check if you are calculating or setting the amount on the client only since Stripe requires server-side amount creation for security

2016-04-22 00-29-45
Nuno Reis
 
MVP

Please don't reopen topics 9 months after the original question was placed...

2025-12-29 06-17-15
Deepak Raj M

Hi @Harshitha Sripadha you can try this and split