#jbleroux
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- jbleroux-paymentlink-free, 2 days ago, 10 messages
I believe support for that was not added until a recent API version. Finding info on that
Ah here we go:
Note
To process no-cost orders using the Checkout API, make sure you’re on API version 2023-08-16 or later.
https://docs.stripe.com/payments/checkout/no-cost-orders
I inquired about that, does that mean I need to get a new API key as well?
or setup all new webhooks?
Nope, you can use the same API key. Version is a thing that is specified separately from that and you can actually set a different version on each request
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
oh so that is specified it headers it is not automatic?
Your account has a default API version that you can see from your dashboard. 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.
But API requests can override that by specifying their own version in that header
So I can either set the API version in deveopers or every call.
Correct