#dalbeer

1 messages · Page 1 of 1 (latest)

uncut gullBOT
faint dirge
#

not really but we can open a new one! What is your question, how can we help?

unborn lake
#

The scenario is that a user has placed an order for two items, but the user has canceled one of the ordered items. How can I refund the payment for that specific item?

faint dirge
#

what API did you use to take the payment? direct PaymentIntents, an Invoice, a CheckoutSession, something else?

unborn lake
#

currently doing with this stripe.PaymentIntent.create()

faint dirge
unborn lake
#

i send the amount of 10 with the help curl but it didnot allow me

faint dirge
#

what was the exact error message and request ID req_xxx?

unborn lake
#

the amount i send in the body

faint dirge
#

note that amount:10 means for example $0.10, not $10.00 .

unborn lake
#

req_IQ77eadtTb1AP8

faint dirge
#

that request makes no sense, sorry

unborn lake
#

then how can i request i dont know

faint dirge
unborn lake
#

i need the same paymentintent id while accepting the total payment and split the total payment with specific items amount is it right ?

grave cape
#

Hi! I'm taking over this thread.

#

So you have two succesfull PaymentIntent, and want to refund one of them?

unborn lake
#

no

#

i have one paymentintent with one order which have two order items
i had cancel one of the item and want to refund with that item amount

grave cape
#

So create a partial refund for that PaymentIntent.

#

For example if the PaymentIntent was for $10, you can create a refund for $4.