BUY NOW { window.openPocketsflowCheckout({ type: "product", productId: "6850a93ae5f456eb77422f1e", subdomain: "digiprod", isDarkMode: true, onSuccess: (data) => { // success callback // in data you will get: // { // email: "test@test.com", // firstName: "John", // lastName: "Doe", // paymentIntentId: "1234567890", (we also send the paymentIntentId in the webhook order.completed) // data: the payment intent data // metadata: the webhook metadata object // } console.log("success", data); }, }); }} > Buy Product { window.openPocketsflowCheckout({ type: "product", productId: "6850a93ae5f456eb77422f1e", subdomain: "digiprod", embedDivId: "pocketsflow-checkout", // your div id isDarkMode: true, onSuccess: (data) => { // success callback // in data you will get: // { // email: "test@test.com", // firstName: "John", // lastName: "Doe", // paymentIntentId: "1234567890", (we also send the paymentIntentId in the webhook order.completed) // data: the payment intent data // metadata: the webhook metadata object // } console.log("success", data); }, }); }} > Buy Product