access_status'ACTIVE' | 'FROZEN'
Represents whether a customer has frozen their account. FROZEN is a customer-initiated state meaning that the account will reject all debits, typically used for a lost or stolen card.
access_status_last_updated_timestring date-time
Timestamp of the last modification of the access_status. RFC3339 format.
account_number_maskedstring
The response will contain the bank fintech ID (3 or 6 digits) plus the last 4 digits, with the digits in between replaced with * characters. Shadow mode account numbers will not be masked.
account_program_idstring uuid
account_template_idstring uuid
The account template used to create this account (if any).
On creation, if not specified:
* account_type is required.
* If there is a single account template of the correct type,
that account template is automatically used.
* Otherwise, the request is an error.
account_type'CHARGE_SECURED' | 'CHARGE_UNSECURED' | 'CHECKING' | 'CREDIT_CARD' | 'GENERAL_LEDGER' | 'LINE_OF_CREDIT' | 'PREPAID' | 'REVOLVING_CREDIT_SECURED' | 'REVOLVING_CREDIT_UNSECURED' | 'SAVING'
The type of the account. In lead mode, this always takes the value of the template. If not
specified in shadow mode, CHECKING will be assumed. Below mentioned are the account types:
- SAVING: Savings account
- CHECKING: Checking account
- PREPAID: Prepaid account
- LINE_OF_CREDIT: Line of Credit account
- CREDIT_CARD: Credit Card account
- CHARGE_SECURED: Secured Charge account, e.g. for use in a Smart Charge Card offering
- CHARGE_UNSECURED: (alpha) Unsecured Charge account
- REVOLVING_CREDIT_SECURED: Secured Revolving Credit account
- REVOLVING_CREDIT_UNSECURED: Unsecured Revolving Credit account
- GENERAL_LEDGER: General Ledger account (alpha - cannot yet be created). In production, these can only be created or updated by a Synctera administrator.
application_idstring uuid
The application ID for this account.
auto_payment_periodinteger
The number of days past the billing period to initiate an auto payment. Only applicable for accounts with type CHARGE_SECURED, where the account holder has opted in for auto payment functionality. This value must be lower than or equal to the grace_period setting on the account. If this value is 0, the auto payment will happen on the same day as the statement is generated. Auto payment only occurs if regular payments are not received on time.
bank_account_idstring
Identifier of the bank side account that this account is a part of
business_idsstring[]
A list of the business IDs of the account holders.
close_datestring date
The account close date. This is the bank's posting date when the account resource's status was changed to CLOSED or CHARGED_OFF.
creation_timestring date-time
Account creation timestamp in RFC3339 format
credit_limitinteger
The credit limit for this line of credit account in cents. Minimum is 0.
currencystring
Account currency or account settlement currency. ISO 4217 alphabetic currency code. Default USD
customer_idsstring[]
A list of the customer IDs of the account holders.
customer_type'BUSINESS' | 'PERSONAL'
days_past_dueinteger
The number of days since the account went past due on their minimum payments.
fee_product_idsstring[] nullable
A list of fee account products that the current account associates with.
funds_ownership'BANK' | 'FINTECH' | 'PLATFORM'
An account's funds ownership indicates which organization owns the funds in the account. For example, some GENERAL_LEDGER accounts have funds owned by the bank, even though the account is in the fintech tenant. Fintechs are not able to perform money movement on accounts where the bank or platform owns the funds. This read-only property is determined by the account_type and general_ledger_type.
general_ledger_category'CORE' | 'PROFIT_AND_LOSS' | 'RESERVE' | 'SETTLEMENT' | 'SUSPENSE' | 'TREASURY'
The category of the general ledger account. This read-only property is determined by the general_ledger_type.
general_ledger_type'ACH_SETTLEMENT' | 'ACH_SUSPENSE' | 'ALLOCATED_SUSPENSE' | 'BANK_DRAFT' | 'BILLING_EXPENSE' | 'BILLING_REVENUE' | 'CARD_AFT_PREFUNDING' | 'CARD_OCT_SETTLEMENT' | 'CARD_SETTLEMENT' | 'CASH_SETTLEMENT' | 'CASH_SUSPENSE' | 'CHECK_SETTLEMENT' | 'DISPUTE_WRITE_OFF_PNL' | 'EFT_CA_SETTLEMENT' | 'EFT_CA_SUSPENSE' | 'EXTERNAL_CARD_AFT_SETTLEMENT' | 'EXTERNAL_CARD_OCT_SETTLEMENT' | 'FEDNOW_SETTLEMENT' | 'FEES' | 'FRAUD_LOSSES' | 'FUNDING_ACCOUNTS' | 'GENERAL_PNL' | 'INTEREST_PAYOUT' | 'INTERNATIONAL_WIRE_SETTLEMENT' | 'IN_STORE_CASH_SETTLEMENT' | 'LOC_INTEREST_INCOME' | 'LOC_INVESTOR_PORTFOLIO' | 'LOC_REPURCHASE' | 'MONEY_IN_AND_OUT' | 'NEGATIVE_BALANCE' | 'NETWORK_ADJUSTMENT' | 'NETWORK_CHARGEBACK' | 'NEW_FUNDING_ACCOUNT' | 'PROVISIONAL_CREDIT_PNL' | 'RESERVE' | 'REWARDS' | 'SC_INVESTOR_PORTFOLIO' | 'SC_REPURCHASE' | 'SYNCTERA_PAY_SUSPENSE' | 'USC_INTEREST_INCOME' | 'USC_INVESTOR_PORTFOLIO' | 'USC_REPURCHASE' | 'WIRE_SETTLEMENT' | 'WIRE_SUSPENSE' | 'WRITE_OFF'
The type of general ledger account. This is required when creating a general ledger account.
grace_periodinteger
The number of days past the billing period to allow for payment before it is considered due. This directly determines the due date for a payment.
ibanstring
International bank account number
in_closing_datestring date
The account in-closing date. This is the bank's posting date when the account resource's status was changed to IN_CLOSING.
interest_product_idstring uuid
An interest account product that the current account associates with.
is_account_poolboolean
Account is investment (variable balance) account or a multi-balance account pool. Default false
is_ach_credit_enabledboolean
A flag to indicate whether ACH credits are enabled. Both is_ach_enabled and is_ach_credit_enabled must be true for an ACH credit to be allowed.
is_ach_debit_enabledboolean
A flag to indicate whether ACH debits are enabled. Both is_ach_enabled and is_ach_debit_enabled must be true for an ACH debit to be allowed.
is_ach_enabledboolean
A flag to indicate whether ACH transactions are enabled.
is_card_credit_enabledboolean
A flag to indicate whether card credits are enabled. Both is_card_enabled and is_card_credit_enabled must be true for a card credit to be allowed.
is_card_debit_enabledboolean
A flag to indicate whether card debits are enabled. Both is_card_enabled and is_card_debit_enabled must be true for a card debit to be allowed.
is_card_enabledboolean
A flag to indicate whether card transactions are enabled.
is_cash_credit_enabledboolean
A flag to indicate whether cash credits are enabled. Both is_cash_enabled and is_cash_credit_enabled must be true for a cash credit to be allowed.
is_cash_debit_enabledboolean
A flag to indicate whether cash debits are enabled. Both is_cash_enabled and is_cash_debit_enabled must be true for a cash debit to be allowed.
is_cash_enabledboolean
A flag to indicate whether cash transactions are enabled.
is_check_credit_enabledboolean
A flag to indicate whether check credits are enabled. Both is_check_enabled and is_check_credit_enabled must be true for a check credit to be allowed.
is_check_debit_enabledboolean
A flag to indicate whether check debits are enabled. Both is_check_enabled and is_check_debit_enabled must be true for a check debit to be allowed.
is_check_enabledboolean
A flag to indicate whether check transactions are enabled.
is_eft_ca_credit_enabledboolean
A flag to indicate whether EFT Canada credits are enabled. Both is_eft_ca_enabled and is_eft_ca_credit_enabled must be true for an EFT Canada credit to be allowed.
is_eft_ca_debit_enabledboolean
A flag to indicate whether EFT Canada debits are enabled. Both is_eft_ca_enabled and is_eft_ca_debit_enabled must be true for an EFT Canada debit to be allowed.
is_eft_ca_enabledboolean
A flag to indicate whether EFT Canada transactions are enabled.
is_external_card_credit_enabledboolean
A flag to indicate whether external card credits are enabled. Both is_external_card_enabled and is_external_card_credit_enabled must be true for an external card credit to be allowed.
is_external_card_debit_enabledboolean
A flag to indicate whether external card debits are enabled. Both is_external_card_enabled and is_external_card_debit_enabled must be true for an external card debit to be allowed.
is_external_card_enabledboolean
A flag to indicate whether external card transactions are enabled.
is_fednow_credit_enabledboolean
A flag to indicate whether FedNow credits are enabled. Both is_fednow_enabled and is_fednow_credit_enabled must be true for a FedNow credit to be allowed.
is_fednow_debit_enabledboolean
A flag to indicate whether FedNow debits are enabled. Both is_fednow_enabled and is_fednow_debit_enabled must be true for a FedNow debit to be allowed.
is_fednow_enabledboolean
A flag to indicate whether FedNow transactions are enabled.
is_p2p_enabledboolean
A flag to indicate whether P2P transactions are enabled.
is_sar_enabledboolean
A flag to indicate whether SAR generation is enabled.
is_securityboolean
A flag to indicate whether this account is being used as security for another account.
is_synctera_pay_credit_enabledboolean
A flag to indicate whether Synctera Pay credits are enabled. Both is_synctera_pay_enabled and is_synctera_pay_credit_enabled must be true for a Synctera Pay credit to be allowed.
is_synctera_pay_debit_enabledboolean
A flag to indicate whether Synctera Pay debits are enabled. Both is_synctera_pay_enabled and is_synctera_pay_debit_enabled must be true for a Synctera Pay debit to be allowed.
is_synctera_pay_enabledboolean
A flag to indicate whether Synctera Pay transactions are enabled.
is_system_auto_pay_enabledboolean
A flag to indicate whether auto pay feature is enabled.
is_wire_credit_enabledboolean
A flag to indicate whether wire credits are enabled. Both is_wire_enabled and is_wire_credit_enabled must be true for a wire credit to be allowed.
is_wire_debit_enabledboolean
A flag to indicate whether wire debits are enabled. Both is_wire_enabled and is_wire_debit_enabled must be true for a wire debit to be allowed.
is_wire_enabledboolean
A flag to indicate whether wire transactions are enabled.
last_updated_timestring date-time
Timestamp of the last account modification in RFC3339 format
metadataobject
User provided account metadata
nicknamestring
User provided account nickname
open_datestring date
The account open date. This is the bank's posting date when the account resource was created.
overdraft_limitinteger
This field is unused and will be removed in a future API version.
reward_product_idsstring[] nullable
A list of reward account products that the current account associates with.
spend_control_idsstring[]
List of spend control IDs to control spending for the account
status'ACCOUNT_NEVER_ACTIVE' | 'ACCOUNT_NOT_DESIRED' | 'ACTIVATED_NOT_DISBURSED' | 'ACTIVE_OR_DISBURSED' | 'APPLICATION_SUBMITTED' | 'AWAITING_FIXING' | 'CHARGED_OFF' | 'CLOSED' | 'DELINQUENT' | 'FAILED_KYC' | 'IN_CLOSING' | 'RESTRICTED' | 'SUSPENDED'
The status of the account.
| Status | Description | Transactable |
|---|
| ACCOUNT_NEVER_ACTIVE | Account was never activated by the customer | N |
| ACCOUNT_NOT_DESIRED | A credit account was created for a customer, but the customer did not accept the account | N |
| ACTIVATED_NOT_DISBURSED | A credit account was created for the customer, but the funds have not been paid out or used | N |
| ACTIVE_OR_DISBURSED | The account is active and transactable | Y |
| APPLICATION_SUBMITTED | Deprecated status | N |
| AWAITING_FIXING | Account is awaiting fixing | N |
| CHARGED_OFF | The account has been charged off and is closed | N |
| CLOSED | Accounts must be zeroed out before being closed. Closed accounts cannot transact | N |
| DELINQUENT | Synctera will update a credit account to delinquent if the customer has not paid within their expected billing cycle | N |
| FAILED_KYC | We were unable to verify the identity of the account holder: they have not passed know-your-customer (KYC) checks | N |
| IN_CLOSING | The account is in the process of being closed. An account with the IN_CLOSING status may only be updated to CLOSED. Updates to other statuses are prohibited. | N |
| RESTRICTED | Synctera will update accounts to restricted of the account holder has not successfully passed KYC | N |
| SUSPENDED | Account has been suspected of fraudulent activity and is blocked from further transactions | N |
tenantstring
The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.