#djordje-PaymentIntent

1 messages · Page 1 of 1 (latest)

cloud kayak
#

Where did you get the string us_bank_account?

#

For US bank accounts I think you will want to use ACH https://stripe.com/docs/ach

Stripe supports accepting ACH payments—directly from bank accounts—alongside credit cards. We currently only support ACH for Stripe businesses based in the US.

cloud kayak
#

Ah gotcha. Thank you for clarifying. Checking in to this...

#

As the error lays out, do you have that payment type enabled in your Dashboard?

#

Do you have the request ID req_123 for when you tried to create this PaymentIntent but it failed?

marble ermine
#

I didn't saw that option there ... just US bank account debits ... for requestId ... I have to resend that request ...I'll give it to you in couple seconds

#

requestID: req_ekqzHGRX1EuZRL

#

we doing similar thing for canadian bank ... there we using acss_debt for payment type ....now we have to do similar thing for US bank. For US bank we cannot use SessionService object ...instead of that we sending custom httpClient request. In header it contains "2020-08-27;us_bank_account_beta=v2". I don't know does that mean something to you ?

wicked mauve
#

@cloud kayak I am going to be monitoring your response for djordje

cloud kayak
#

Thank you. Have not dropped this but have had to step away. Will look again in a bit

wicked mauve
#

👍

heavy trout
#

@heavy trout Joining the team on this conversation

cloud kayak
#

Apologies for the dealy. Back and looking in to this. Do you have the request ID from your custom httpClient request?

#

If it is failing there I feel this may be an account config issue. The beta header is the only other thing I can think of that was missing from the request that was made with stripe-dotnet

#

To be clear, and account config issue that our support would need to look in to.

cloud kayak
#

@heavy trout Sorry for the wait. Unarchived your thread.

heavy trout
#

Thanks

cloud kayak
#

Rereading this, the beta header is definitely what is needed to make this call. Also important is that the .NET library is pinned to version 2020-08-27, I am actually unsure if it can be configured to use the beta version of this request.

#

I will see if that can be configured, otherwise I think this will need to be a custom request until the library supports that feature

heavy trout
#

Appreciate your response

cloud kayak
#

Unfortunately it looks like you can't use beta headers with stripe-dotnet like this. It will have to stay as a custom httpClient request for now