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"
Body
Account template to create
Whether this template can be used for account creation
Unique account template name
In production, general ledger account templates can only be created or updated by a Synctera administrator. General ledger account templates are in Alpha status, and cannot yet be created. We may make breaking changes.
The type of the application to require.
- CREDIT: Credit application
- LINE_OF_CREDIT: (Deprecated) Line of credit application (if provided, this will be converted to a CREDIT type in the response)
- RESTRICTED_ACCOUNT: restricted account application
CREDIT
, LINE_OF_CREDIT
, RESTRICTED_ACCOUNT
User provided account template description
Response
Account template created
Whether this template can be used for account creation
Unique account template name
The type of the application to require.
- CREDIT: Credit application
- LINE_OF_CREDIT: (Deprecated) Line of credit application (if provided, this will be converted to a CREDIT type in the response)
- RESTRICTED_ACCOUNT: restricted account application
CREDIT
, LINE_OF_CREDIT
, RESTRICTED_ACCOUNT
Account template description
Generated ID for the template
The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
"abcdef_ghijkl"