#Zeel Darji-refund
1 messages ยท Page 1 of 1 (latest)
Hi @edgy minnow , I have created checkout session for multiple products so added all products object on line items.
now I want to refund only one product amount. How can I do that?
When you create a refund, you can specify the amount of the refund to be some partial amount of the total charge https://stripe.com/docs/api/refunds/create#create_refund-amount
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.