#.borjasanchez
1 messages · Page 1 of 1 (latest)
Are you using invoices? Where do you pass price id?
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