#cblaze-capture-refund

1 messages · Page 1 of 1 (latest)

still helm
sleek patio
#

Yes I am doing that

#

I am getting No such payment_intent: , but there is a non captured payment

still helm
#

that's a Charge id, you likely use a really old integration

sleek patio
#

I was doing refunds before, and worked fine

#

however I thought canceling was better

still helm
#

not really

#

you can't cancel a PaymentIntent if your code doesn't use PaymentIntent

#

you likely are on a multi-years old integration

sleek patio
#

mmmm

#

I believe my .NET library is pretty up to date

#

Its straight from stripe

still helm
#

The library might be up to date, not the way you use it

#

I assume your code uses ChargeService and such right?

#

We released the PaymentIntents API in mid-2018

sleek patio
#

Yes ChargeCreateOptions

#

chargeService.Create(chargeRequest, GetRequestOptions());

still helm
#

Yeah so that's a multi-years old integration

sleek patio
#

ok

still helm
#

Since you never use PaymentIntents, there's no reason to use the Cancel PaymentIntent aPI in that case.

sleek patio
#

so keep using refund?

still helm
#

yes! Or migrate to PaymentIntents! But that's definitely a larger refactor