#nowein-ach-credit-transfer
1 messages · Page 1 of 1 (latest)
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?
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?
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?
Can you get the request_id of a call that you have seen that error on? (it will look like req_123 https://stripe.com/docs/api/request_ids?lang=node)
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!
catching up here one sec
@undone junco looks like you're unblocked?