Entity
Entity schema.
accountManager object
Entity Account Manager
- EntityAccountManager
- null
emailstringrequired
Account Manager Email
Example:
example@treasuryspring.comnamestringrequired
Account Manager Name
Example:
examplephonestring | nullnullable
Account phone number
addressstring | nullnullable
Entity Address
bankAccounts object[]required
List of bank accounts for the entity
Array [
currencystringrequired
Bank Account currency
Example:
GBPlastDigitsstringrequired
last 4 digits of the account number
Example:
1234uidstringrequired
Bank Account uid
Example:
3e3020d02361470fa5839b2a456102b7]
codestringrequired
Entity Code
Example:
TEST0001countryCodestring | nullnullable
Country code
Example:
GBcurrencystringrequired
Default Currency
Example:
GBPnamestringrequired
Entity Name
Example:
TreasurySpring Limitedonboardingbooleanrequired
True if entity is in the process of onboarding
statusstringrequired
Entity Status
Examples:
- Example 1
- Example 2
Example:
ACTIVEExample:
PENDINGtypestringrequired
Description of the Entity Type
Entity
{
"accountManager": {
"email": "example@treasuryspring.com",
"name": "example",
"phone": "string"
},
"address": "string",
"bankAccounts": [
{
"currency": "GBP",
"lastDigits": "1234",
"uid": "3e3020d02361470fa5839b2a456102b7"
}
],
"code": "TEST0001",
"countryCode": "GB",
"currency": "GBP",
"name": "TreasurySpring Limited",
"onboarding": true,
"status": "ACTIVE",
"type": "string"
}