Skip to content

price_id not recognised by Stripe #331

Open
@timothyylim

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions