#Talon
1 messages · Page 1 of 1 (latest)
Are these one time prices or do you have a product that you will be consistently selling for $10?
And have you looked at this doc? It shows how to do this
did something change? because i was doing this in the following way
line_items=[{
'name': 'Stainless Steel Water Bottle',
'amount': 1000,
'currency': 'pln',
'quantity': 1,
}]
now there is no such thing as amount according to docs and this is done now under price_data.unit_amount
Yes that parameter was removed in API version 2022-08-01 https://stripe.com/docs/upgrades#2022-08-01
oh okay, i will follow new guide
If you are using code from another account that is in that version and want your current account to be at that version you can ask our support team to downgrade your account's API version
how can I check which version my account is connect to?
The "API Version" section of this page https://dashboard.stripe.com/developers
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
thank you.