#aj-intent-pmtypes

1 messages · Page 1 of 1 (latest)

vapid wingBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

quartz belfry
#

Hello! What have you tried so far? As far as I know, the only way to do this would be to explicitly set payment_method_types when you create the Payment Intent (but that's assuming you're working with payment intents)

tacit pine
#

I am working with payment intents at the moment, though I haven't edited the method types option.

Thus far I tried to manually remove the button with a mix of Python and Ajax but no luck

#

When creating the payment intent, I would just need to specify the allowed types and that would get rid of the button on it's own?

quartz belfry
#

well let's back up for a minute - do you have an example payment intent you've created that you can share? I just want to see what you're currently passing in

tacit pine
#

this is my intent:

#

Better view:

quartz belfry
#

You'd have to stop using automatic_payment_methods if you want to set payment_method_types

tacit pine
#

Ah I see...The methods we currently use are "link", "Card", and "ACH - US BANK"

#

to continue the use of those, just list them based on whatever else comes in?

quartz belfry
#

Yeah, if you wanted those on the Payment Intent you'd just include those in payment_method_types

tacit pine
#

Got it. Alrighty! I'll go ahead and give that a try and if there's any continual issues, I'll reach back out.

#

THank you very much for this information!!!

quartz belfry
#

👍