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.
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
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
Please don't reopen topics 9 months after the original question was placed...
Hi @Harshitha Sripadha you can try this and split