Hey there,
I want to create multiple funding sources per user. User can add funding source while proceed to pay. And If he had already added funding source he can choose from it as well as add new one. Environment: SANDBOX
I am having issue retrieving added funding source in IAV flow. I am able to create IAV funding source and get the funding source link as well in response. But when I try to fetch customers funding source, I am not able to see added funding source. I am not even seeing the funding source on dashboard.
Also Deeper investigation I found that every time I create IAV account I am having same funding source id for savings and checkings account respectively.
I am using javascript library to complete IAV flow. To generate IAV token, I am using customer id. After successfully submitted request, I try to fetch all funding sources by customer id. Here is the code snippet for IAV flow:
So those funding-source IDs are in fact different from each other. Did you perhaps mean some other ID that’s shared between them? I couldn’t find anything on my end.
Also, what response are you getting from the API when you make the following call?
Ah gotcha! So, while in Production each unique bank would have it’s own funding-source ID, in Sandbox IAV all checking accounts have the same Routing//Account number. The same stands for savings accounts. So when you attempt to add another checking account to the same Customer, it points back to the previously added checking account. This also mimics Production behaviour in which attempting to add an existing bank account again will point back to the funding-source that’s already attached.
Hope that helps! Let me know if you have any questions!
Hi @pooja_patel , We do not return any debit card details from the Dwolla API. Therefore, if this is something your app needs then you’d need to capture those details prior to them getting submitted via the card form.