Error "Unable to associate card with accounts in this market" when adding a card to an account.

I signed the card with Balanced.js and tried to create a customer with a customer email and a URI with symbols. I see this error:

Balanced::Conflict(409)::Conflict:: POST 
https://api.balancedpayments.com/v1/marketplaces/TEST-xxxxxx/accounts: cannot-associate-card: Cannot associate card with accounts on this marketplace. Your request id is xxxxxx

Any ideas on the source of the error and how to fix it?

Thank!

+5
source share
2 answers

This is usually an indicator that you are trying to associate a Card that has been labeled in one market with an account that exists in another market. Cards designated in Balanced can only be associated accounts in the same market.

, . - marketplace_uri, balanced.js.

- javascript,

balanced.init(marketplaceUri);

uri , , API, .

+4

api    ""   Balanced.configure( '')

, > > api

0

All Articles