#tb1233
1 messages · Page 1 of 1 (latest)
Update subscription endpoint does support setting a destination
https://stripe.com/docs/api/subscriptions/update#update_subscription-transfer_data
I haven't tried this myself so not 100% sure it'd work or not. Would recommend giving it a try
Thank you!
moving the message in the thread
Is there a programmatic way to add cross-sells for a product or upsells for a price?
Thanks, I wasn't sure if I should include that message in the same thread or a different one
All good, Stripe hosted Checkout supports cross sells and up sells
https://stripe.com/docs/payments/checkout/upsells
https://stripe.com/docs/payments/checkout/cross-sells
Is that what you're using? Or are you using direct API for your integration?
I guess my real question is if there is a way to configure the cross-sells or upsells without going through the dashboard. I didn't see any params in the API for creation or modification that allowed me to specify cross-sells or upsells. But I could have missed it
I believe this feature is dashboard only
Got it - thanks. This would be a super helpful feature for us in the API if it's ever on the team's roadmap