#pav_docs
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/1425412238730330192
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
will bank transfer show as a payment method in my elements block and simply break, or will they not show at all?
It will shows and it won't break, simply you won't be notified when you receive the funds
I have attempted to show bank transfer as payment method in stripe simply by turning it on in dashboard but it is not showing.
Can you share a sample PaymentIntent Id ?
Hello and thank you for your reply.
Do you require the payment intent (pi..) id from one of my transactions from stripe dashboard?
Yes, ideally it should be one you expected to have bank transfer to be available as one of the PaymentMethods
Yes sure
From my latest test transaction, with bank transfer enabled in test mode dashboard > payment methods. pi_3SFttoCrxufpgb5I1hV8ldl9
Also you can use this dashboard page to review and see why a given PaymentMethod isn't avialable:
https://dashboard.stripe.com/test/settings/payment_methods/review
Thank you for sharing, checking...
Thank you, thats v helpful
I see this for the pi i shared : You must provide a customer when creating or updating a PaymentIntent with a "customer_balance" PaymentMethod.
so that makes sense i think
Yes that's it
You can learn more about this following this guide:
https://docs.stripe.com/payments/bank-transfers/accept-a-payment?payment-ui=direct-api&invoices=without
Great, thanks for your help. Have a nice day/evening.