#djordje-PaymentIntent
1 messages · Page 1 of 1 (latest)
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
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?
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 ?
@cloud kayak I am going to be monitoring your response for djordje
Thank you. Have not dropped this but have had to step away. Will look again in a bit
👍
@heavy trout Joining the team on this conversation
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.
@heavy trout Sorry for the wait. Unarchived your thread.
Thanks
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
Appreciate your response
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