You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These examples show how to retrieve a marketplace's bank account, however in my trials, balanced.marketplace.owner_customer returns as undefined from balanced.marketplace.
After further investigation, I realized the promise for balanced.marketplace had to be resolved first and came to this example:
@jrthib there was an bug about bank account was deployed, for now I just deployed a new version, I think the problem should be addressed, can you try it again?
The example provided at the following links:
https://github.com/balanced/balanced-node/blob/master/snippets/order-credit-marketplace.js
https://docs.balancedpayments.com/1.1/guides/orders/credit-marketplace/
These examples show how to retrieve a marketplace's bank account, however in my trials,
balanced.marketplace.owner_customer
returns as undefined frombalanced.marketplace
.After further investigation, I realized the promise for
balanced.marketplace
had to be resolved first and came to this example:The code above, works for me. Is this how it is actually supposed to work, which means the examples are off, or am I not using the module correctly?
The text was updated successfully, but these errors were encountered: