#_andriiko
1 messages · Page 1 of 1 (latest)
Hi there. Can you share a payment intent id where you're seeing this behavior with Bank still showing? Also, with the Payment Element, you unfortunately can't force showing the name field. So, if you really need to collect that 100% of the time, you'll need your own custom field on the payment page to collect that
pi_3O0PlxEQhzwkdhyH0Cel7h8C
Ok looking
I only see card and link in the payment_method_types list
Can you share a screenshot of what the checkout page looks like with that exact PI?
Can you tell me about the logic? Under what conditions will the "Name" field be shown automatically?
In addition to the case with the payment method through a bank, I also have annual subscriptions in the product. For these annual subscriptions, the "Bank" payment method is not displayed, but it is displayed for monthly subscriptions.
pi_3O0PoJEQhzwkdhyH0wg0mpns - when Bank Payment method doesn't display
Yeah I wouldn't expect bank to ever show up for either those PIs
Can you share a screenshot of what the checkout page looks like when bank shows up?
And print out the corresponding payment intent id just so I can see it matches for sure
Yes, checking
pi_3O0PlxEQhzwkdhyH0Cel7h8C
pi_3O0PoJEQhzwkdhyH0wg0mpns
Can I add anything else?
Thank u
Ah it's because it's a subscriptoin
So it's using your invoice template settings
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
as u can see, there is no Bank methods are enabled
And I can't understand why I can see Bank method on Monthly subscription and can't see on Annual
Can I disable "Link ACH" and continue using the regular "Link" in my product?
👋
There is no way to disable just the "instant debit" portion here. But to clarify, this instant debit Link payment works the exact same as cards. You will get instant notice of success and it will show up as a "Link" payment in your account no different than when the customer pays via a Link payment using a Card on their Link account.
Sure, then why do I see this payment method when I create a monthly subscription but not for annual ones?
Because there are risk limits associated with when it will show as available or not.
The yearly Price is over the risk assessment limit so it doesn't show up.
thank u
Sure thing
One more question
Why does the "Name" field appear on the Stripe checkout page for cards but not in the PaymentElement?
Because that is a different flow where we have a name input for every payment method type
That just isn't how Payment Element works
If you want that, then you should use your own input to collect name
And you can disable the collection for Payment Element so you don't duplicate it