list_deposit_accounts
Retrieve all deposit accounts (beneficiaries) with details like account number, currency, and status, covering both internal Tropipay accounts and external bank/crypto wallets.
Instructions
Get list of deposit accounts (a.k.a beneficiaries).
š” Tip: deposit accounts are also refered as beneficiaries can be internal (other Tropipay accounts) or external (bank accounts, external cripto wallets)
š Response Structure:
`Array of depositaccounts objects:
id: Unique deposit account identifieraccountNumber: IBAN for external bank accounts, wallet address for external crypto accounts, email of user for internal beneficiaries)alias: if not null, User-friendly account name/alias set by usercurrency: Account currencytype: Account type (9=Tropipay account, 12=Crypto wallet, 7=Other, 8=BANDEC card, 4= BPA card, 3=BANMET card)state: Account status (0=Active, 1=Inactive, 2=Deleted)countrydestination: Object with info about the country where the account is registered,slug, name etcuserRelationTypeId: Type of relation with the user (0=myself, 3=commercial)createdAt/updatedAt: Account creation and modification timestampsfirstName: First name of the beneficiary with the accountlastName: Last name of the beneficiary with the account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||