#_meetshah
1 messages · Page 1 of 1 (latest)
Hi there 👋 just trying to make sure we're aligned. You want to create a Payment Link and have it cause Customer objects to be created when your customers complete the checkout flow? If so, you'll want to set customer_creation to always when creating your Payment Link:
https://stripe.com/docs/api/payment_links/payment_links/object#payment_link_object-customer_creation
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
And user also subscribe to tier-based subscription
is there way I use paymentlink from dashboard insted of code
Sure, we aren't as familiar with it though as we primarily focus on helping developers with our API in this forum.
In the dashboard you create Payment Links from here:
https://dashboard.stripe.com/test/payment-links
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I used this but it does not show tire-based payment which I have created
although it showing if I create subscription manually
link image you can see no product out there
but in second imager there are two product
one I have added
I also want another one in same page
Oh, hm, maybe Payment Links don't support tiered prices.
Yup, just confirmed, they only support standard prices.
Do what?
Nope, they don't support tiered prices.
Payment Links only supports Standard pricing (charging the same price for each unit—either one time or recurring) and Customer chooses price (letting your customer specify the price). It doesn’t support advanced options like package pricing, graduated pricing, or volume pricing.
https://stripe.com/docs/payment-links/api#product-catalog
It's more involved, but you could create your own Checkout Sessions which do support more advanced pricing structures.
https://stripe.com/docs/payments/checkout/how-checkout-works