#stripe_connect_platform - Payment Links
1 messages · Page 1 of 1 (latest)
Hello! Correct, the application fee on an existing Payment Link cannot be modified.
If you need dynamic application fees you might want to look at creating Checkout Sessions instead: https://stripe.com/docs/api/checkout/sessions
Checkout Sessions generally support more functionality than Payment Links. Payment Links generate Checkout Sessions based on their configuration, but if you create Checkout Sessions directly you have more options than Payment Links provide.
Last time I checked we had that on legacy Stripe but not on new Checkout? So I am not sure now what payment links cannot do. You seem to have covered most everything.
You can see all of the options in the API reference for creating new Checkout Sessions: https://stripe.com/docs/api/checkout/sessions/create
Not sure what you mean by installment plans. Do you mean Subscriptions? If so, Checkout supports those.
Installment plan like "3 Easy Payments of $99" billed 3 times and then you stop billing.
A sub that auto-cancels after x invoices
Does Stripe Checkout have billing anchored payments (bill everyone on the 1st and prorate the first payment)
No, Checkout doesn't support those things directly, but you can modify the Subscriptions Checkout creates to apply a Subscription Schedule or modify things like cancel_at: https://stripe.com/docs/api/subscriptions/update#update_subscription-cancel_at
Are you deleting your previous messages?
Yes
Why?