curl --request PATCH \
--url https://api.synctera.com/v2/accounts/templates/{template_id} \
--header 'Content-Type: application/json' \
--data '
{
"description": "<string>",
"is_enabled": true,
"name": "<string>",
"template": {
"account_program_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"grace_period": 2,
"spend_control_ids": [
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
]
}
}
'{
"is_enabled": true,
"name": "<string>",
"template": {
"account_type": "SAVING",
"bank_country": "US",
"currency": "USD",
"account_program_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"application_workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"auto_payment_period": 20,
"balance_ceiling": {
"balance": 1,
"linked_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"overflow_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"balance_floor": {
"balance": 123,
"linked_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"overdraft_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"bank_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"billing_period": {
"frequency": "ANNUALLY",
"start_date": "2022-01-01T00:00:00Z"
},
"fee_product_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"grace_period": 2,
"interest_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"is_ach_enabled": false,
"is_card_enabled": false,
"is_eft_ca_enabled": true,
"is_external_card_enabled": false,
"is_p2p_enabled": false,
"is_sar_enabled": false,
"is_synctera_pay_enabled": false,
"is_wire_enabled": false,
"minimum_payment": {
"min_amount": 123,
"rate": 123,
"type": "RATE_OR_AMOUNT"
},
"overdraft_limit": 1,
"spend_control_ids": [
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
],
"spending_limits": {
"day": {
"amount": 1,
"transactions": 1
},
"description": "<string>",
"lifetime": {
"amount": 1,
"transactions": 1
},
"month": {
"amount": 1,
"transactions": 1
},
"transaction": {
"amount": 1
},
"week": {
"amount": 1,
"transactions": 1
}
},
"vendor_info": {
"vendor_data": {
"loanpro": {
"cash_advance_bucket_id": 67890,
"loc_product_id": 67890,
"purchases_bucket_id": 12345,
"tenant_id": "1"
}
},
"vendor_type": "LOANPRO"
}
},
"application_type": "CREDIT",
"description": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tenant": "abcdef_ghijkl"
}Patch account template
curl --request PATCH \
--url https://api.synctera.com/v2/accounts/templates/{template_id} \
--header 'Content-Type: application/json' \
--data '
{
"description": "<string>",
"is_enabled": true,
"name": "<string>",
"template": {
"account_program_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"grace_period": 2,
"spend_control_ids": [
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
]
}
}
'{
"is_enabled": true,
"name": "<string>",
"template": {
"account_type": "SAVING",
"bank_country": "US",
"currency": "USD",
"account_program_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"application_workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"auto_payment_period": 20,
"balance_ceiling": {
"balance": 1,
"linked_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"overflow_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"balance_floor": {
"balance": 123,
"linked_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"overdraft_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"bank_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"billing_period": {
"frequency": "ANNUALLY",
"start_date": "2022-01-01T00:00:00Z"
},
"fee_product_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"grace_period": 2,
"interest_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"is_ach_enabled": false,
"is_card_enabled": false,
"is_eft_ca_enabled": true,
"is_external_card_enabled": false,
"is_p2p_enabled": false,
"is_sar_enabled": false,
"is_synctera_pay_enabled": false,
"is_wire_enabled": false,
"minimum_payment": {
"min_amount": 123,
"rate": 123,
"type": "RATE_OR_AMOUNT"
},
"overdraft_limit": 1,
"spend_control_ids": [
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
],
"spending_limits": {
"day": {
"amount": 1,
"transactions": 1
},
"description": "<string>",
"lifetime": {
"amount": 1,
"transactions": 1
},
"month": {
"amount": 1,
"transactions": 1
},
"transaction": {
"amount": 1
},
"week": {
"amount": 1,
"transactions": 1
}
},
"vendor_info": {
"vendor_data": {
"loanpro": {
"cash_advance_bucket_id": 67890,
"loc_product_id": 67890,
"purchases_bucket_id": 12345,
"tenant_id": "1"
}
},
"vendor_type": "LOANPRO"
}
},
"application_type": "CREDIT",
"description": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tenant": "abcdef_ghijkl"
}Account Template ID
"a8943c51-e4ff-4e57-9558-08cab6b963c0"
patch Account template
Patch Account template
Whether this template can be used for account creation
Unique account template name
Show child attributes
Type of Application
CREDIT, RESTRICTED_ACCOUNT, LOC, CREDIT_CARD "CREDIT"
Account template description
Generated ID for the template
The id of the tenant containing the resource.
"abcdef_ghijkl"
Was this page helpful?