#Jithesh Vasudevan

1 messages · Page 1 of 1 (latest)

tender ploverBOT
toxic crater
#

Hi. Could you please share where and what exact error you are getting?

lunar patio
toxic crater
#

Which ones have you provided?

lunar patio
#

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

toxic crater
#

What's check?

lunar patio
#

Same case for ACH direct credit

#

Check payment

toxic crater
lunar patio
#

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)?

toxic crater
lunar patio
#

I know Stripe supports that but the right value while creating a new checkout session is something I am concerned about

toxic crater
#

However, this is is deprecated so please use us_bank_account for bank transfers.

tender ploverBOT
lunar patio
#

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?

timber pumice
#

Checkout doesn't support ACH CT

lunar patio
#

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

timber pumice
#

Please don't @ us

lunar patio
#

Ok

timber pumice
#

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

lunar patio
#

So Payment Link cannot be used for this use case either I guess

timber pumice
#

No, Payment Links use Checkout under the hood

#

What are you trying to do exactly?

lunar patio
#

Ok. Makes sense

#

I am trying to use STripe Payment coming from Salesforce Invoices.

timber pumice
#

I know nothing about Salesforce and their invoices

#

How does that pertain to Stripe?

lunar patio
#

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

timber pumice
#

Well ACH CT and check payments aren't supported with Checkout

lunar patio
#

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

lunar patio
#

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