#_andriiko

1 messages · Page 1 of 1 (latest)

stoic frigateBOT
tulip sentinel
#

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

shy moon
#

pi_3O0PlxEQhzwkdhyH0Cel7h8C

tulip sentinel
#

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?

shy moon
#

Can you tell me about the logic? Under what conditions will the "Name" field be shown automatically?

tulip sentinel
#

Only if it's required by a certain payment method

#

That's what auto does

shy moon
#

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

tulip sentinel
#

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

shy moon
#

Yes, checking

#

pi_3O0PlxEQhzwkdhyH0Cel7h8C

#

pi_3O0PoJEQhzwkdhyH0wg0mpns

#

Can I add anything else?

tulip sentinel
#

Weird

#

Let me ask a colleague about this

shy moon
#

Thank u

tulip sentinel
#

Ah it's because it's a subscriptoin

#

So it's using your invoice template settings

shy moon
#

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

tulip sentinel
#

Ah apparently it's the Link ACH option

#

Asking why it only shows for monthly subs

shy moon
#

Can I disable "Link ACH" and continue using the regular "Link" in my product?

rustic tundra
#

👋

#

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.

shy moon
#

Sure, then why do I see this payment method when I create a monthly subscription but not for annual ones?

rustic tundra
#

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.

shy moon
#

thank u

rustic tundra
#

Sure thing

shy moon
#

One more question

#

Why does the "Name" field appear on the Stripe checkout page for cards but not in the PaymentElement?

rustic tundra
#

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