Pricing Page Configs
Pricing Page Configuration Options
Last updated
Was this helpful?
Was this helpful?
{
customer_id: "cus_FtWXI6U0YxebLd"
}{
handleResponse: async function(payload) {
console.log("Event ", payload.event);
console.log("Response Object ", payload.response);
}
}{
options: {
disableTiers: ['Tier 1', 'Tier 2']
}
}{
options: {
quantity: {
super_user: 3,
user: 5,
},
}
}