#Suzz
1 messages · Page 1 of 1 (latest)
You don't need .NET for that. It's a web component you embed in your HTML: https://stripe.com/docs/payments/checkout/pricing-table#embed
i already created pricetable and integrated to my react application. how can i save all the stripe transaction details to the asp application db for the further reference
You'd do that with webhooks: https://stripe.com/docs/payments/checkout/pricing-table#handle-fulfillment-with-the-stripe-api
as i understand that the stripe doesnt save any kind of info in its db after the transaction happened. so i want to save the details in the postgres db