#siddique_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1324437625658150922
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
The link you shared doesn't actually contain a paymnet intent ID so I cannot look at anything
Can you share the request ID where you create this payment intent?
It will start with req_
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
I don't have stripe account access as this account belongs to one of my company's client. I can share payment intent id
Is it okay?
Sure. Only people with the account's API key or Stripe admins can use it
pi_3QcrXlI8uPIP7xJv1NEwhHdR
Taking a look
Okay so you are using a Financial Connection US Bank Account payment method
It looks like this was created today
As our docs point out: https://docs.stripe.com/payments/ach-direct-debit/accept-a-payment?web-or-mobile=web&payments-ui-type=direct-api#web-confirm-paymentintent-succeeded,
this can take up to 4 business days for banks to notify Stripe whether a payment has succeeded/failed.
Is not there any instant method to implement it? Actually our site is a donation platform that doesn't have any signup/sign-in system
Is not there any instant method to implement it?
That isn't how ACH works. The potential delay is part of the core network that the us_bank_account payment method uses
Our client wants instant payments via ACH, similar to card payments that are processed immediately
That does not exist, as far as I know. ACH is not an instant payment network.
The only way to use US bank accounts for instant payments in through the Link payment method
https://docs.stripe.com/payments/link/instant-bank-payments
Is there any third party involved in this ? Like plaid
I recommend you read the docs.
Link is a payment method system designed and controlled by Stripe so this would not introduce a new 3rd party.
Thank you. Other than instant payment,Its flow is just like the financial accounting connection?
Hi ๐ jumping in as my teammate needed to step away. Yeah, they're very similar.
Hello,thank you. Is there any tutorial to implement it?
Yes, from the page my teammate shared earlier, if you look in the left-hand nav you'll see several guides linked to underneath the phrase AT A GLANCE. There are different guides based on which integration you're using, so I'm not exactly sure which one to link you to, but you should be able to find them from that left-hand nav pane. Let me know if you can't find the guide you're looking for though.
Ok thank you