Documentation Index
Fetch the complete documentation index at: https://docs.synctera.com/llms.txt
Use this file to discover all available pages before exploring further.
Account Template of Charge card
Account Templates contain predefined values for creating an account. When creating an account with an account template ID, the Accounts object inherits all values from the Account Template object first, before applying passed-in values. The Account Template API spec can be found here Some specific points regarding Account Template configuration for Charge card-
grace_period- The number of days past the billing period to allow for payment before it is considered overdue. This directly infers the payment due date. This is a required field. -
account_type- UseCHARGE_UNSECUREDas account type for an unsecured charge account. This is a required field.
Unsecured Charge card Account
API fields
The Account API has certain fields that are specific to Line of Credit. These fields are:| Field Name | Description | Example |
|---|---|---|
| account_type | For Charge card, please set this field as CHARGE_UNSECURED | CHARGE_UNSECURED |
application_id | Charge cards require the customer application to be approved and accepted by the applicant (details). application_id is required for creating an unsecured charge card account. | |
credit_limit | Defined in cents, the credit limit for this account. | 100000 (i.e., $1000) |
CHARGE_UNSECURED (refer to the Accounts API spec, or the Accounts Guide)

