Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

225
Views
Adding IBAN defaults to stripe's PaymentElement

The react-stripe-js IbanElement offers options like supportedCountries and placeholderCountry:

<IbanElement
  ...
  options={{
    supportedCountries: ["SEPA"],
    placeholderCountry: "DE",
  }}
/>

but the recently published PaymentElement does not:

<PaymentElement
  ...
  options={{
    ???
  }}
/>

Is there a way to add these defaults to a PaymentElement whose clientSecret is configured with sepa_debit in its payment_method_types?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

For Payment Element, supportedCountries does not need to be defined as Payment Element automatically determines which payment methods to display [0], based on:

  • The customer’s location.
  • The product’s currency.
  • Your Dashboard settings on which payment methods to accept [1].

The placeholderCountry is not available for customisation.

[0] https://stripe.com/docs/payments/payment-element
[1] https://dashboard.stripe.com/settings/payment_methods

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!