#ahmed-haque_api

1 messages ¡ Page 1 of 1 (latest)

inner quarryBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1347232632693325877

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

sand knot
#

Hello there

icy jay
#

Hi!

#

Context here is: I am running a stripe connect platform. My connected accounts want an ACH specific route -- which I have created for large donations. But I need to disable link to take advantage of the ACH cap on fees.

sand knot
#

Unfortunately this is not possible as Link is controlled via the Dashboard. What you would need to do is create a custom payment method configuration in the Dashboard with Link off but in that case you can't turn Card off.

icy jay
#

Got it okay helpful. Thank you!

#

One more small question

#

if I disable link in dashboard. Can I "turn it on" conditionally in the API?

#

or is it all or nothing?

sand knot
#

Yeah if you pass link via payment_method_types then it will enable it.

icy jay
#

ah great.

#

that works well thank you!