#harsha.bharadwaj - Test Account Numbers

1 messages · Page 1 of 1 (latest)

spring mango
#

Hello! Typically those test account numbers are used to test your integration after you build it. They're not something that you would normally use with Stripe CLI. Can you tell me more about what you're trying to do?

surreal mulch
#

I want to test my integration for ACH transactions. I was trying with stripe cli. But, understood that I can't be doing that using cli

#

and I would like to understand how can I do that

#

is there any guide for me to go through?

#

I've added a bank account but not verified it yet

spring mango
#

Are you building an integration to allow you to accept ACH payments from your customers?

surreal mulch
#

I've created a webhook and will be processing those events

#

using that webhook

spring mango
#

Are those events coming from your own Stripe account?

surreal mulch
spring mango
#

You need to build the integration before you can test it. Are you using Plaid or micro-deposits to verify bank account information?

surreal mulch
#

I've not verified it yet

spring mango
#

You can choose Plaid or manual verification with micro-deposits. The choice is entirely up to you; you should pick whichever option fits your use case best.

surreal mulch
#

okay

#

after verification what are the steps to trigger charge.succeed event with the test amounts or test account numbers?

spring mango
#

Really what you need to do is start at the top of that page and work through the steps from start to finish, then you can test using different test bank account numbers.

surreal mulch
#

for test integration does it take 5-7 business days to create charge.succeed event as mentioned in guide?

spring mango
#

No, not in test mode.

surreal mulch
#

ah okay

#

thank you

spring mango
#

Happy to help!

surreal mulch
#

it really helps

#

and one more thing

#

what are the parameters I can pass to the curl command?

#

for creating the charge

spring mango
#

Although not all of those apply to an ACH Charge.

surreal mulch
#

but there is no account number param to pass

#

if I want to pass test accounts

spring mango
#

Correct. The account numbers are associated with the Customer. That happens during validation.

#

ACH payments are a multi-step process involving Customer objects, bank account verification, creating a Charge, etc. It's not a single API call where you pass in some account numbers.

surreal mulch
spring mango
#

Yeah, but you don't pass them to the Charge, you put them in, verify them, they get attached to a Customer, then you Charge the Customer.