Published
Edited
May 22, 2022
Importers
22 stars
Also listed in…
libraries
Insert cell
Insert cell
html`<center>
<button class="button is-primary"
onclick=${() => {
stripe.redirectToCheckout({
lineItems: [{
price: 'price_1He4G9HGNosi6Ft0RInpHMHu', // ID of your price
quantity: 1,
}],
mode: 'payment',
successUrl: 'https://observablehq.com/@tomlarkworthy/stripe?success',
cancelUrl: 'https://observablehq.com/@tomlarkworthy/stripe?cancel',
});
}}>☕ Buy Tom a coffee...</button></center>`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more