#prattprattprattprattprattpratt-link
1 messages · Page 1 of 1 (latest)
Hi there. You should be able to toggle whether Link shows in Checkout via your Link Settings page: https://dashboard.stripe.com/settings/link
Thanks! Yes I've seen that page.
Is there any way for me to see exactly when that was enabled in our application? Is there a way to programmatically disable/enable it? So that we can test it on our end?
The only way you can programmatically enable or disable it here would be to set payment_method_types explicitly.
Are you using Stripe Checkout?
Or a custom flow?
Custom
Okay yeah then you can specify payment_method_types on your PaymentIntent explicitly if you wanted to control Link being displayed or not: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types
Otherwise you would just have to track when you flip the setting in the Dashboard
prattprattprattprattprattpratt-link