#Daniele - Account Payment Methods List
1 messages · Page 1 of 1 (latest)
for example, PayPal has a SDK that enables us to know the exact payment methods available of the connected account and based on the customer's region (in this case "Banking, Regional methods")
I believe you are talking about the Account capabilities attribute, which will list the payment methods and whether they are enabled for the acccount:
https://stripe.com/docs/api/accounts/object#account_object-capabilities
But this type of behavior is also offered by Stripe using the Payment Element
https://stripe.com/docs/payments/payment-element
yep that should be it, thank you
we want to implement Stripe's payment element, but there currently is no way for us to implement it the same way we're doing it for the other payment methods
so we'd have to first get the possible stripe methods, then use Stripe Elements after the customer's choice