#pinolero_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1308165995621519372
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- pinolero_api, 3 days ago, 14 messages
Hello, I want to disable pay with link while generating a checkout session url through the API
is this possible?
Hi, yes.. you can disable it here, https://support.stripe.com/questions/how-to-turn-off-link.
I read that
It doesn't tell me what specific parameter I have to set in my API call to disable it
I don't want to disable it account wide, just for specific checkout links
If I have payment methods: "us_bank_account" selected (the only payment method) but the Link button still shows and they use that Link button - can the customer still only pay w/ ACH - regardless of what account they have hooked up with Link?
does stripe still enforce the payment method I selected with link?
Can you share the account id with me?
I can chat through my portal help
However, can you point me to the correct resources/documentation?
I wanted to look at the account id to verify what your current settings were. You can set different payment method configuration, and pass that when you create the Checkout Session, https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-payment_method_configuration
For instance, you can have 2 separate configurations.. one with Link and without..
When you create the Session, you decide which one to surface
But I don't really want that. Can't I just disable per checkout link?
Alternatively, if I create a checkout session with "payment_method_types: ["us_bank_account"] " ONLY - but the customer decides to pay w/ the Link button - does Strip still enforce my payment mothod?
(if so, then - its okay to have the Link button. I just want to make sure that Stripe still enforces my payment_method_types entry even though the customer is paying through "Link")
Am I not making sense?
The above recommendation exactly does that 'Can't I just disable per checkout link?'
Alternatively, if I create a checkout session with "payment_method_types: ["us_bank_account"] " ONLY - but the customer decides to pay w/ the Link button - does Strip still enforce my payment mothod?
(if so, then - its okay to have the Link button. I just want to make sure that Stripe still enforces my payment_method_types entry even though the customer is paying through "Link")
Am I not making sense?
If you pass the payment method type, it should work yes
Okay, so Stripe enforces my payment method type