#amrutha
1 messages · Page 1 of 1 (latest)
Hi there, how can I help?
https://github.com/stripe-samples/accept-a-payment/tree/main/prebuilt-checkout-page/server/dotnet you can use this example to get started with your .net integration
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout you can also follow this guide, .NET code is provided there
passing parameters, response URL. I didn't find in website code
What parameters and response URL do you refer to? Can you give me a bit more context?
amount, reference details ,return url,
It's covered here https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#redirect-customers I'd suggest you to read the guide and go through the steps.