#nowein-ach-credit-transfer

1 messages · Page 1 of 1 (latest)

pure oar
urban gulch
#

Interesting, that does look like the snippet from our API docs but it doesn't seem to recognize any of the parameters

#

Can you make any other Stripe calls with node?

undone junco
#

Yea, I can create invoice items/invoices, get all sources, pay invoices, etc.

#

The token for the source should be bank account, correct? Since it's a ACH Credit Transfer?

urban gulch
#

Yes that is the token you want for an ACH Credit transfer

#

Still unsure on the other error. Is is possible the context is somehow different between that call and your other calls? If you copy that call to where another successful call is, does that error still happen?

undone junco
#

req_UlUnoBvorz5awn

#

Yes, unfortunately I can 😦

#

ahh okay I got it with await stripe.customers.createSource(...)

#

before I was creating a source and then attaching it. Not sure what the issue was, but this way is more straight forward anyways... Thank you!

deep oak
#

catching up here one sec

deep oak
#

@undone junco looks like you're unblocked?