#๐–‘๐–Ž๐–Œ๐–๐–™

1 messages ยท Page 1 of 1 (latest)

prime coyoteBOT
hollow flax
#

Hi, taking a look here

shrewd drum
#

Seems like i have to use checkout.session.completed otherwise i dont get billing details

#
                    case "checkout.session.completed":
                        var session = stripeEvent.Data.Object as Stripe.Checkout.Session;
                        this.FulfillOrder(session);
                        break;
hollow flax
#

I see, yes - depending on what you're looking for, these will be triggered once a payment has succeeded.

shrewd drum
#

๐Ÿ‘