Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
An idempotency key is an arbitrary unique value generated by client to detect subsequent retries of the same request. It is recommended that a UUID or a similar random identifier be used as an idempotency key. A different key must be used for each request, unless it is a retry.
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Path Parameters
Unique identifier for the account.
"57826c51-e4ff-4e57-9558-08cab6b963c7"
Body
Account fields to be patched
Account representing either a checking or saving account. Rails available to enable on depository accounts
A flag to indicate whether ACH transactions are enabled.
A flag to indicate whether card transactions are enabled.
A flag to indicate whether EFT Canada transactions are enabled.
A flag to indicate whether external card transactions are enabled.
A flag to indicate whether P2P transactions are enabled.
A flag to indicate whether Synctera Pay transactions are enabled.
A flag to indicate whether wire transactions are enabled.
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.
ACTIVE
, FROZEN
Purpose of the account
"This account for the account holder's salary deposit."
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
- LINE_OF_CREDIT: Line of Credit account
- CHARGE_SECURED: Secured Charge account, e.g. for use in a Smart Charge Card offering
- CHARGE_UNSECURED: (alpha) Unsecured Charge account
- GENERAL_LEDGER: General Ledger account (alpha - cannot yet be created). In production, these can only be created or updated by a Synctera administrator.
CHARGE_SECURED
, CHARGE_UNSECURED
, CHECKING
, GENERAL_LEDGER
, LINE_OF_CREDIT
, SAVING
The application ID for this account.
Account currency or account settlement currency. ISO 4217 alphabetic currency code. Default USD
"USD"
Exchange rate type
10
"M, INTERBANK, CUST"
International bank account number
34
Account is investment (variable balance) account or a multi-balance account pool. Default false
User provided account metadata
User provided account nickname
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 |
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
SWIFT code
8 - 11
A list of fee account products that the current account associates with.
An interest account product that the current account associates with.
Add an optional note when creating or updating an account. A note is required when updating the status to or from SUSPENDED
Account's overdraft limit
x >= 0
List of spend control IDs to control spending for the account
10
Account spending limits is unused and has been deprecated. Instead use the spend controls API.
Response
Updated account
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.
ACTIVE
, FROZEN
Timestamp of the last modification of the access_status. RFC3339 format.
Account closing details when attempting to close an account and status is being changed to IN_CLOSING
.
Account number
50
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.
50
"123*****6789"
Purpose of the account
"This account for the account holder's salary deposit."
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
- LINE_OF_CREDIT: Line of Credit account
- CHARGE_SECURED: Secured Charge account, e.g. for use in a Smart Charge Card offering
- CHARGE_UNSECURED: (alpha) Unsecured Charge account
- GENERAL_LEDGER: General Ledger account (alpha - cannot yet be created). In production, these can only be created or updated by a Synctera administrator.
CHARGE_SECURED
, CHARGE_UNSECURED
, CHECKING
, GENERAL_LEDGER
, LINE_OF_CREDIT
, SAVING
The application ID for this account.
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 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.
0 <= x <= 28
20
A list of balances for account based on different type
Identifier of the bank side account that this account is a part of
Bank routing number
9
The scheme for determining an account's billing period.
A list of the business IDs of the account holders.
The account close date. This is the bank's posting date when the account resource's status was changed to CLOSED or CHARGED_OFF.
Account creation timestamp in RFC3339 format
The credit limit for this line of credit account in cents. Minimum is 0.
x >= 0
2500
Account currency or account settlement currency. ISO 4217 alphabetic currency code. Default USD
"USD"
A list of the customer IDs of the account holders.
Customer type
BUSINESS
, PERSONAL
The number of days since the account went past due on their minimum payments.
Exchange rate type
10
"M, INTERBANK, CUST"
A list of fee account products that the current account associates with.
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.
BANK
, FINTECH
, PLATFORM
The category of the general ledger account. This read-only property is determined by the general_ledger_type.
CORE
, PROFIT_AND_LOSS
, RESERVE
, SETTLEMENT
, SUSPENSE
, TREASURY
The type of general ledger account. This is required when creating a general ledger account.
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
, 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
, SYNCTERA_PAY_SUSPENSE
, USC_INTEREST_INCOME
, USC_INVESTOR_PORTFOLIO
, USC_REPURCHASE
, WIRE_SETTLEMENT
, WIRE_SUSPENSE
, WRITE_OFF
The number of days past the billing period to allow for payment before it is considered due. This directly infers the due date for a payment. The default will be set to 21 days.
21 <= x <= 28
21
International bank account number
34
Account ID
An interest account product that the current account associates with.
Account is investment (variable balance) account or a multi-balance account pool. Default false
A flag to indicate whether ACH transactions are enabled.
A flag to indicate whether card transactions are enabled.
A flag to indicate whether EFT Canada transactions are enabled.
A flag to indicate whether external card transactions are enabled.
A flag to indicate whether P2P transactions are enabled.
A flag to indicate whether SAR generation is enabled.
A flag to indicate whether this account is being used as security for another account.
A flag to indicate whether Synctera Pay transactions are enabled.
A flag to indicate whether auto pay feature is enabled.
A flag to indicate whether wire transactions are enabled.
Timestamp of the last account modification in RFC3339 format
User provided account metadata
The scheme for calculating the minimum payment due for outstanding balances in a billing period.
User provided account nickname
The account open date. This is the bank's posting date when the account resource was created.
This field is unused and will be removed in a future API version.
x >= 0
Conditions that restrict the use of the account.
List of spend control IDs to control spending for the account
10
Account spending limits is unused and has been deprecated. Instead use the spend controls API.
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 |
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
SWIFT code
8 - 11
The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
"abcdef_ghijkl"