#Daniel Pimentel
1 messages ยท Page 1 of 1 (latest)
Hello there
Payment Links and Pricing table are separate products really.
So I'm not sure exactly what you mean
Can you explain a bit more?
Sure. 1 second
Let's say on my Payment table I hit subscribed for the 149.99 Tier
It goes to what I believe is a payment link
That is a Checkout Session
A Payment Link is a link that takes you to a Checkout Session ๐
Go on though
Oh wow, okay. I updated a Payment link recently (via an api call for update payment links) and it did relfect an update we needed:
Hmm are you sure you didn't update the Price/Product that is being used in your Pricing Table?
I used this specific API
https://stripe.com/docs/api/payment_links/payment_links/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yeah that update will have no influence on your Pricing Table.
Do I need to use the Create Checkout session API, and inside there's a field for Payment_Link, use the payment link ID for the one I need
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No you don't create Checkout Sessions directly when you use a Payment Link
The Payment Link creates the Checkout Session for you
How can I then update a Checkout Session used in a Payment Table
You edit the Pricing Table directly in your Dashboard
Go to https://dashboard.stripe.com/test/pricing-tables and click on your Pricing Table you want to edit and then there is a button in top right for "edit pricing table"
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Thanks, trying to edit a specific part of the checkout session that doesn't seem editable via the dashboard
Which part specifically?
This part, which I was able to do using the API for a plink
Ah okay the terms stuff
You are using custom_text with your Payment Links, correct?
Yeah unfortunately we don't support custom_text with Pricing Table yet.
Quick question, what's the connection between a pricing table and a payment page?
What do you mean by "connection"?
Pricing tables generate "payment pages" (Checkout Sessions)
How do I update (via API) a Checkout Session associated with a Pricing Table