#anji_code
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/1399926128369733795
đ 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.
Hi there, is your primary objective to limit the payment method type to just card for a particular invoice?
Hello, we're planning to just do a manual bank to bank wire transfer outside of Stripe.
So in our side, we're creating an invoice with the specific amount to be paid and use the description field to display our bank details to do a wire transfer and we'll set the invoice status to paid or void manually.
I'd like to note as well that our merchant's location is in Australia that's why we can't do the Bank transfer payment method.
I see. so you want to accept payments in a payment method that Stripe doesn't support yet, and make the inovice paid out of band.
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Yes.
To also let you know, we already created the invoice and displayed our bank details, the only issue is that we can't seem to hide the card payment methods that is in the invoice. Is there a way for us to hide those card payment methods?
No, an invoice needs to have at least one item in its payment_setttings[payment_method_types] even if this invoice is meant to be paid out of band
What do you suggest we can put in the payment_method_types then?
That's entirely up to you. You can use a different payment_method_type if you don't want to access card payments.