#pinolero_api

1 messages ¡ Page 1 of 1 (latest)

mellow muralBOT
#

👋 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.

dawn harness
#

Hello, I want to disable pay with link while generating a checkout session url through the API

#

is this possible?

flat wolf
dawn harness
#

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?

flat wolf
#

Can you share the account id with me?

dawn harness
#

I can chat through my portal help

#

However, can you point me to the correct resources/documentation?

flat wolf
#

For instance, you can have 2 separate configurations.. one with Link and without..

#

When you create the Session, you decide which one to surface

dawn harness
#

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?

flat wolf
#

The above recommendation exactly does that 'Can't I just disable per checkout link?'

dawn harness
#

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?

flat wolf
#

If you pass the payment method type, it should work yes

dawn harness
#

Okay, so Stripe enforces my payment method type