#john_45668
1 messages · Page 1 of 1 (latest)
Hello! Can you give me some more details about how you're accepting payments? Are you using Checkout? Payment Intents directly? Somethign else?
Payment Links
If you create Payment Links through the API you should be able to create one that only accepts ACH
How do I go about doing that?
You'd pass in payment_method_types: ['us_bank_account'] when you create the Payment Link - you can see in the API refernece here what parameter you need to pass in https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-payment_method_types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
How do I create the API from my account
That's not really how it works - are you a developer? Is making API calls something you're comfortable doing?
No haha. I am in Accounting so not a developer
How do I go about creating Payment Links through API? Do I need someone from Stripe to do this for me?
If you're not comfortable making API calls I'd suggest talking to support (https://support.stripe.com/contact) and have them walk you through the process of potentially using the CLI to do this or seeing if there's some other workaround you can do to do this through the dashboard
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
thank you!