Balanced Payments - How to check if bank account exists using fingerprint -


Balanced documentation () speaks briefly about returning fingerprint value after authenticating action on the user's Balanced bank account ID (Which has been generated using the balanced .js and posted on the server). According to the bank_account.associate_to_customer docs, fingerprint value is used to check whether a card is already token or not. I get fingerprint value after calling.

After connecting this bank account to a customer, I need to do another check-up using this fingerprint to ensure that this bank account is not already balanced ? If so, how is it done?

With Balanced you can actually identify the same funds several times, though Each token can be connected to only one customer. To examine the specificity of a funding tool will compare only fingerprints on your end (for example, if the same two fingerprints they represent the same funding tool).


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -