#.borjasanchez

1 messages · Page 1 of 1 (latest)

wispy mothBOT
night remnant
#

Are you using invoices? Where do you pass price id?

buoyant prism
#

case "payment_intent.payment_failed":
var paymentfailed = stripeEvent.Data.Object as PaymentIntent;
if (paymentfailed == null)
{
//ErrorEmail("payment_intent.failed_void", paymentfailed.Id);
Response.StatusCode = 400;
break;
}
var productSub = _bLProduct.GetStripeProductByPrice();

#

This is the code ...

#

I 'm using a paymentintent

night remnant
#

Well payment intents don't have price ids

#

They just have amounts

#

So if you're using price objects, you must be doing something else besides just using payment intents