#ayeshaikh_7

1 messages · Page 1 of 1 (latest)

muted socketBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

vapid night
#

I see! In this case, you will use Setup Intent to collect the payment method (https://stripe.com/docs/payments/ach-debit/set-up-payment) and set it as the default payment method of the invoice (https://stripe.com/docs/api/invoices/create#create_invoice-default_payment_method)

Learn how to save payment method details for future ACH Direct Debit payments.

quaint geyser
#

I am using this stripe.customers.createSource

vapid night
#

Source is a legacy integration and it's no longer recommended. I'd suggest using Setup Intent in the above doc

quaint geyser
#

yeah this implementation was done 2 years

muted socketBOT
naive anchor
#

But if this is a new integration you should be using Payment Methods via Setup Intents

quaint geyser
#

it is legacy implementation

#

I wanted to do some action -- after 15 days from when micro-deposits were sent
since microdeposit verifications have a timeout of 10 days -- I also want to send reminder email maybe.

naive anchor
quaint geyser
#

how will I come to know that microdeposits were sent to customer?

naive anchor
quaint geyser
#

yeah, they are sent automatically. But is there any way to know when was it sent -- so that 7 days from when it was sent I can remind my customers about micro deposits timeout

quaint geyser
naive anchor
#

As I said, they're sent when the Source is created. So n days from receipt of the customer.source.created object

naive anchor
naive anchor
#

Yep because the APIs are deprecated so it's behind a gate. But your acocunt should have access so make sure you're signed in to the account on the page

quaint geyser
#

I am signed in now, still not able to access

naive anchor
#

Then I'd guess your account doesn't have access. You'll need to write in: https://support.stripe.com/contact

quaint geyser
#

ok, thanks

#

Verification attempts have a limit of ten failures for descriptor-based microdeposits and three for amount-based ones. If you exceed this limit, we can no longer verify the bank account. In addition, microdeposit verifications have a timeout of 10 days.

#

from above doc

naive anchor
#

Yes, but that's for the newer APIs which you're not using

quaint geyser
#

so microdeposit verifications timeout varies

#

for new and older APIs

naive anchor
#

Seems so

quaint geyser
#

ok, I'll ask for access to those old docs. maybe I can read further there

#

Thanks