#stripe_connect_platform
1 messages ยท Page 1 of 1 (latest)
Hi, taking a look here. Thank you for your patience.
I am trying to update a payment link on a connected account to make things more complex and fun. I don't understand the API format to update this attr
Stripe::PaymentLink.update('plink_xxx',{payment_intent_data: {setup_future_usage: "off_session"}},{stripe_account:'acct_xxxx'})
Yeah, I do see the attempt to update the payment link. Let me see if I can reproduce this on my end
Ahh, I see.. That is a Dashboard only functionality: https://stripe.com/docs/api/payment_links/payment_links/update#update_payment_link-payment_intent_data
ug
so that is a bad Catch22 b/c you can't use the dashboard if you made the link in the API so you have us painted into a corner if you only allow dashboard updates but don't allow updates in the dashboard. ๐ฆ
We are forced to make the link using an API call to get our application fee
I am so confused
I have to run in 10 min but are you saying:
1.) It is only available in the dashboard on Update
2.)It is only available in the dashboard on Create and Update
So the tooltip says we can only use the API.
But you are saying we cannot use the API.
?????
So sounds like if we want to collect and save ccs we have to set it on creation, is that correct?
That is correct.
You can also split this when creating the Payment Link via the Dashboard
WE CANNOT MAKE PAYMENT LINKS VIA THE DASHBAORD - WE ARE A STRIPE CONNECT PLATFORM AND WOULD MAKE NO MONEY IF IT IS MADE IN THE DASHBOARD THAT IS THE PROBLEM IF YOU FORCE IT TO ONLY BE ALLOWED IN THE DASHBOARD
WE CANNOT UPDATE IT IN THE DASHBOARD
Can you please remove that crazy restriction and let standard Stripe account owners update links created via the API in their own dashboard?
Or allow updating via the API this and all attributes. This is insanity
Thank you for the feedback, I'll pass it along.
I'll pass this along, thank you.