#aj-intent-pmtypes
1 messages · Page 1 of 1 (latest)
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.
- aj_theoriginal, 6 hours ago, 4 messages
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)
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?
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
You'd have to stop using automatic_payment_methods if you want to set payment_method_types
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?
Yeah, if you wanted those on the Payment Intent you'd just include those in payment_method_types
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!!!
👍