#binbin_65473
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- binbin_65473, 3 days ago, 6 messages
- binbin_65473, 4 days ago, 4 messages
- binbin_65473, 4 days ago, 10 messages
- binbin_65473, 4 days ago, 4 messages
- binbin_65473, 4 days ago, 34 messages
- binbin_65473, 4 days ago, 6 messages
Can you share a screenshot of what you're referring to?
How can I make it not always activate?
You can't, that's the default config. If you want to use a different config you'd pass that on a per API request basis: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_configuration
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
When I pass only a different configuration ID, it seems to be influenced by other payment methods and displays ones I don't need (I'm in a testing environment).
Can you share a cs_xxx ID and describe what is expected/unexpected
Are you referring to the configuration ID? The configuration ID in my test environment is not CS_XXX. I'm providing you with one: pmc_1O4fTeFDRdYneJc5ajtINxge.
No, I need a Checkout Session ID where you're passing the pmc_xxx to
pmc_1O4fTeFDRdYneJc5ajtINxge to session_id=cs_test_a17v2UgBdu45QLgunUJSzqLgvMFlPPCZWs86pLRx6Y9LC0Pi0K2iJhWRlO
And what is unexpected?
My configuration ID, pmc_1O4fTeFDRdYneJc5ajtINxge, only includes credit cards, not Link payments, but Link payments are appearing in my checkout session.
Can you show me where Link appears
here
AFAIK the only way to disable Link signup via that button is to turn off Link entirely
I don't understand what you mean.
There are no Link payment options enabled in my payment configuration ID.