#Mahesh

1 messages · Page 1 of 1 (latest)

tender wigeonBOT
lilac raven
#

You either need to omit PMs that don't support manual capture from your payment_method_types param (see the doc here for support: https://stripe.com/docs/payments/payment-methods/integration-options#additional-api-supportability)

Or use automatic_payment_methods[enabled]: true when creating your Payment Intent to let us handle surfacing the valid PMs in the Element: https://stripe.com/docs/payments/payment-methods/integration-options#using-automatic-payment-methods

Learn about the different ways to integrate payment methods.

thorny nimbus
#

Thanks, will try both the approaches

thorny nimbus
#

is there a way to pass my billing address after generating the payment intent?

lilac raven
#

The Payment Element already collects some billing details automatically

thorny nimbus
#

if i initialise payment intent using this config { amount: 100000, currency: 'EUR', capture_method: 'manual', }

it is showing only the card elements in Payment elements, other payment methods are not showing up. Why the other payment methods are not showing up?

lilac raven
#

Because if you omit the payment_method_types parameter, and don't pass automatic_payment_methods[enabled] then it'll default to just card

thorny nimbus
#

i tried your suggestion. But still it's showing only card in my checkout pi_3MJxXfB1Bb0p37lb0Uu2L57h

lilac raven
#

By passing automatic_payment_methods[true] the API will determine the valid PMs for you based on what's enabled on your account and the parameters on the payment

thorny nimbus
#

how can we avoid this warning my dashboard?

lilac raven
#

Which?

thorny nimbus
#

2nd one

#

We've detected that you are not using Automatic Payment Methods this one

lilac raven
#

It's just automated based on your API calls. I guess it'll disappear once you fully adopt the automatic_payment_methods parameter

thorny nimbus
#

i tried setting the capture_method to automatic, but still it is showing only the card my checkout pi_3MJxhEB1Bb0p37lb1jr6GKiP

lilac raven
#

Do you have other PMs enabled on your account?

thorny nimbus
#

i'm not able to check if they are enabled because of the above error i mentioned

#

but i remember having it enabled atleast 4 pms (ideal, giropay, sofort, bancotact)

lilac raven
thorny nimbus
#

so atleast Bancontact should be visible in my checkout right along with card?

lilac raven
#

Figuring out what's going on

#

Ok, pi_3MJxhEB1Bb0p37lb1jr6GKiP was created as a direct charge using the platform (acct_1EeJNZCcR9hnCOES) API keys. This platform controls the allowed PMs for these kind of charges on connected account, and does not allow the connected account to configure them