#mat_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/1242114615945724017
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
i want reomve all this payment method
Hi đ can you share more details? How are you collecting payments? That looks like it might be a Payment Element, but it may also be a Checkout Session or a Hosted Invoice Page. Which payment method type aren't you expecting to be there?
The picture is too cropped for me to tell definitively what you're using, we have several flows that use that same UI.
Okay, this is regarding the use of the Hosted Invoice Page, so the payment methods that are used by default are configured in your invoice settings:
https://dashboard.stripe.com/settings/billing/invoice
This seems to be a finalized Invoice, so I'm not sure if you're still able to remove payment method options from it.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You'll need to turn off the others in the Payment Methods section of the page I linked you to then.
yes they are on off
the overview on the dashboard is like that but when i use the api i have not the same payment method i don't know why
overview
when i use api >>
you can see the payment method are different
Can you share the ID of this Invoice? It should have an in_ prefix.
N° B01C9FB5-0007
That's the Invoice number, I was looking the Invoice's ID, it should start with an in_ prefix.
ok one moment
Can you also go to the link I provided and double check that you have turned off the payment method options you don't want to offer for your Invoices? It's a separate page than where you configure what payment method types are used for non-Invoice payments. Pasting that link again for your convenience:
https://dashboard.stripe.com/settings/billing/invoice
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
in_1PIWZBChjT7av1EeRZ7Dcw8Y
Thank you, yeah, most PM types are still enabled for your Invoices.
Yup, in the dashboard, you're still looking at the wrong page.
Can you:
- Access the link I shared: https://dashboard.stripe.com/settings/billing/invoice
- scroll down to the Default payment terms section
- click on the Manage button beside Payment methods
- turn off the payment method types you don't want to support for Invoices
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Happy to help!