Get account program
Get account program by ID.
Path parameters
The unique identifier for the account program.
Response
Account program representation.
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.
The date and time the resource was created.
Whether the account program is enabled.
List of fee product IDs associated with this account program.
The unique identifier for the account program.
Whether to ignore KYC verification for this program.
Whether ACH credits are enabled for this program. Both is_ach_enabled and is_ach_credit_enabled must be true for an ACH credit to be allowed.
Whether ACH debits are enabled for this program. Both is_ach_enabled and is_ach_debit_enabled must be true for an ACH debit to be allowed.
Whether ACH transactions are enabled for this program.
Whether card credits are enabled for this program. Both is_card_enabled and is_card_credit_enabled must be true for a card credit to be allowed.
Whether card debits are enabled for this program. Both is_card_enabled and is_card_debit_enabled must be true for a card debit to be allowed.
Whether card transactions are enabled for this program.
Whether cash credits are enabled for this program. Both is_cash_enabled and is_cash_credit_enabled must be true for a cash credit to be allowed.
Whether cash debits are enabled for this program. Both is_cash_enabled and is_cash_debit_enabled must be true for a cash debit to be allowed.
Whether cash transactions are enabled for this program.
Whether check credits are enabled for this program. Both is_check_enabled and is_check_credit_enabled must be true for a check credit to be allowed.
Whether check debits are enabled for this program. Both is_check_enabled and is_check_debit_enabled must be true for a check debit to be allowed.
Whether check transactions are enabled for this program.
Whether EFT Canada credits are enabled for this program. Both is_eft_ca_enabled and is_eft_ca_credit_enabled must be true for an EFT Canada credit to be allowed.
Whether EFT Canada debits are enabled for this program. Both is_eft_ca_enabled and is_eft_ca_debit_enabled must be true for an EFT Canada debit to be allowed.
Whether EFT Canada transactions are enabled for this program.
Whether external card credits are enabled for this program. Both is_external_card_enabled and is_external_card_credit_enabled must be true for an external card credit to be allowed.
Whether external card debits are enabled for this program. Both is_external_card_enabled and is_external_card_debit_enabled must be true for an external card debit to be allowed.
Whether external card transactions are enabled for this program.
Whether FedNow credits are enabled for this program. Both is_fednow_enabled and is_fednow_credit_enabled must be true for a FedNow credit to be allowed.
Whether FedNow debits are enabled for this program. Both is_fednow_enabled and is_fednow_debit_enabled must be true for a FedNow debit to be allowed.
Whether FedNow transactions are enabled for this program.
Whether peer-to-peer transactions are enabled for this program.
Whether Synctera Pay credits are enabled for this program. Both is_synctera_pay_enabled and is_synctera_pay_credit_enabled must be true for a Synctera Pay credit to be allowed.
Whether Synctera Pay debits are enabled for this program. Both is_synctera_pay_enabled and is_synctera_pay_debit_enabled must be true for a Synctera Pay debit to be allowed.
Whether Synctera Pay is enabled for this program.
Whether wire credits are enabled for this program. Both is_wire_enabled and is_wire_credit_enabled must be true for a wire credit to be allowed.
Whether wire debits are enabled for this program. Both is_wire_enabled and is_wire_debit_enabled must be true for a wire debit to be allowed.
Whether wire transactions are enabled for this program.
The date and time the resource was last updated.
The name of the account program.
A count of how many accounts are using this program
List of reward product IDs associated with this account program.
List of spend control IDs that will apply to all accounts using this account program.
The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
Example response
{
"creation_time": "2010-05-06T12:23:34.321Z",
"enabled": true,
"id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"last_updated_time": "2010-05-06T12:23:34.321Z",
"name": "Standard Checking Program",
"tenant": "abcdef_ghijkl"
}