#stripe_connect_platform

1 messages ยท Page 1 of 1 (latest)

storm wyvernBOT
hardy wharf
#

Hi, taking a look here. Thank you for your patience.

hollow slate
#

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'})

hardy wharf
#

Yeah, I do see the attempt to update the payment link. Let me see if I can reproduce this on my end

hollow slate
#

isn't payment_intent_data an attr?

#

maybe once it's set it is immutable?

hardy wharf
hollow slate
#

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?

hardy wharf
#

That is correct.

#

You can also split this when creating the Payment Link via the Dashboard

hollow slate
#

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

hardy wharf
#

Thank you for the feedback, I'll pass it along.

hollow slate
#

๐Ÿ˜ฆ

#

๐Ÿ‘Ž

hardy wharf
#

I'll pass this along, thank you.