#Jithesh Vasudevan
1 messages · Page 1 of 1 (latest)
Hi. Could you please share where and what exact error you are getting?
Which ones have you provided?
body = 'payment_method_types[0]=card&payment_method_types[1]=us_bank_account&payment_method_types[2]=check';
This was the body I gave
However, payment_method_types does not have 'check' as the value. And I am not sure the right value for it either
What's check?
I don't know what is this, but Stripe does not support such Payment Method type.
Like we use credit cards, we need to use Checks and ACH Direct Credit (wired transfer) as the payment methods
What about ACH Direct Credit (wired transfer)?
Here's Payment Methods types that are supported: https://stripe.com/docs/payments/payment-methods/overview
I know Stripe supports that but the right value while creating a new checkout session is something I am concerned about
Ok this article does not talk about Check payments. Although the other link talks about creating a new source(which I think is Payment Method now) .
Ok, so us_bank_account can be used to accept ACH payments?
Yes, us_bank_account is for ACH Debit payments: https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=checkout
Checkout doesn't support ACH CT
So what about ACH Direct Credit ?
Okay
What other approaches can be used for ACH CT?
Like Checkout sessions
I know Host Invoice Page supports it but we cannot use it for our use cases. We need to add a session to the payment.
ALso, need to add address info on the go
@toxic crater @timber pumice
Please don't @ us
Ok
ACH CT is a payment method that uses older APIs (Charges, Sources) and as such support on newer payment UIs (like Checkout) doesn't exist. It's only really usable on direct integrations with those APIs, or Invoices
So Payment Link cannot be used for this use case either I guess
I know nothing about Salesforce and their invoices
How does that pertain to Stripe?
In order to make the payments, we are trying to check if Credit Card, ACH CT and Check payments are available. Also inorder to add security, we are adding sessions to the payments
Well ACH CT and check payments aren't supported with Checkout
Salesforce can be connected using the API key from Stripe and whenever a new invoice is created in Salesforce, they are synchronized to Stripe using the class created in Salesforce
Yeah, I am new to Stripe and this is very helpful to understand the platform
I guess if ACH direct debit is supported, we can propose that idea to embed it to the payment page
Pardon my spelling regarding Cheque Payments
Thank you all for the help. I will use the provided knowledge and see if we can bring what we needed