Open
Description
Even though the id
and price_id
match the ones defined in the Stripe Dashboard, a successful payment results in a new 'one-off' product being created in Stripe.
const product = [
{
name: 'Test Single Ticket',
description: '',
id: 'prod_OIwl4mK9AcDPO3',
price_id: 'price_1NWKruCoph6BjxBAVl5k5od7',
price: 1000,
currency: 'USD',
},
]
Is there anything I'm missing?
Metadata
Assignees
Labels
No labels
Activity