#manel-paymentlink-nocard
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.
Hi π
It sounds like you have an answer to your initial quesiton. Do you have a follow up?
no I don't have an answer
Support informed me that I had to do it manually using the code.
What is your question?
How to deactivate or remove the card payment mode
because this is impossible from the dashboard
did you understand my question??
How are you creating Checkout Sessions?
it's done with a stipe payment page link
How are you creating these links?
from the dashboard
but I'd like to access the source code to be able to modify it and go back into the pure code.
Yes, Support was correct. You will need to start creating these with code to be able to exclude the Cards payment method
You cannot access the source code
you need to use our APIs
so you have to start the page over, right?
I mean I have to start a new payment page but with code?
I mean where exactly do I go to modify this?
- You cannot update the existing link to exclude the Card payment method
- When you create a new Payment Link, you specify which payment methds you wish to accept here: https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-payment_method_types
should I do it from shell stripe?
yes, I know, I'm talking about the fact that to pay for it I'd have to create a payment page or not at all?
should I do it from shell stripe?
Do what? You can use the Stripe shell for testing but for anything created in live mode we recommed you write your own server-side code
yes, I know, I'm talking about the fact that to pay for it I'd have to create a payment page or not at all?
This des not make sense. What is your question?
Sorry, I'm not English, so I'll rephrase
my question is the payment page that i sent you to modify disable payment mode to modify it how can i do because the link you sent is create a payment link but i already have it
Sorry that makes even less sense. You cannot modify the created link to exclude the Card payment method. If you do not want to accept cards you must deactivate that link.
That is what I said here
You cannot update the existing link to exclude the Card payment method
Start a new one
ok very good i understand but then if i create a new one i don't understand i don't need to do it manually code side
You need to do it with code if you want to exclude the Card payment method
Okay, I get it, but does it go through Shell STRIPE to code? Is that my question, or does it code?
What "it" are you referring to?
You need to write code that you can execute outside of the Stripe shell
no, you haven't understood how to code, where do I go? if you can't do it on the dashboard
I understand how to code, I do it for a living. If you don't understand how to code you should reach out to a developer., You can take a look at some of the organizations we partner with here https://stripe.com/partners
no, you haven't understood me
sorry
no I'm asking you then I know how to code too I'm just asking to do just that to code make the page you have to do it outside the dashboard
Sorry none of these questions make any sense to me.
oh my god sorry oky
to code make the page you have to do it outside the dashboard
What do you mean by this?
I need to recreate a link page and code it to exclude the card payment method. My question is to code it using visual studio or can I do it from the dashboard?
You cannot do any of this from the dashboard. You need to write entirely separate code.
ah ok understood and once done how to use or link with stripe
sorry my mistakes i don't speak good english i speak french
I understand. I only speak bad high school french so if I was trying to explain code in french it would probably be even worse π
ok ouf sorry thank you for your understanding
ah ok i understand and once it's done how to use or link the page coded with stripe
Once you have the link created, you could either share it directly with your customers or add a link/button to your website that redirects people to that link.
e.g.
<a href="https://link-to-stripe-payment-page">Buy Stuff!</a>
manel-paymentlink-nocard
okay, so the code page must be on visual studio code
if I've understood correctly this time π
That is correct
ok that works thank you very much eh thank you for your patience
I'm sorry it took so long to get to an understanding but I am glad we got there
I'm happy I was able to help π
thanks you βΊοΈ