Synctera Smart Card

The first Synctera consumer credit card offering is a dynamically secured charge card, which we call a Synctera Smart Card.

As a secured card, this product does not require the customer to have a long, rich credit history. However, unlike a traditional secured card, its spending power does not come from a fixed deposit; rather, it is based on the available funds of a customer's linked deposit account. This enables a consumer to make purchases on their charge card, while retaining the ability to access the funds that help secure it.

As the customer makes purchases using the charge card, the available funds in the linked deposit account decrease, as does the card's spending power. When the card balance is repaid by the customer, the funds in the linked deposit account are made available again, and the card's spending power is restored.

The Synctera Smart card product comprises two accounts:

Creating a Smart card product

To issue a Smart card product, the following steps have to be completed:

  1. Create a person - as a precursor, a person must be setup, and KYC/KYB verification must be completed.
  2. Disclosures - these must be accepted by the personal or business customers (including the credit agreement). See the disclosures section for details.
  3. Charge secured account application - a charge secured account can optionally include an application which can be created via the Application API. Overview here.
  4. Adverse Actions - If a charge secured application is denied due to KYC failure or other reasons, adverse action reasons need to be sent to the personal customers (optional for business customers) and the adverse actions id needs to be included in the charge secured application when the application status is marked as CREDIT_DENIED. See the Adverse Actions API guide [here].
  5. Create a deposit account for the security - see the relevant guide here.
  6. Create a secured charge account - see the relevant guide here
  7. Issue a credit card for the charge account - see the personal cards guide for further details.
  8. Link an external bank account to fund the deposit account - see the external accounts guide for further details.
  9. At the end of each month, issue a statement to the consumer - this will be a combined statement for both accounts. See the secured charge statement guide for further details.

Disclosures

Before a Smart card product can be used, the FinTech has to inform Synctera of relevant disclosures acknowledged by the customers.

When the consumer is being onboarded:

  1. USA Patriot Act Notice
  2. E-Sign
  3. Privacy Notice

After the consumer has been onboarded:

  1. Smart card account agreement
  2. Security agreement
  3. (Optional) Authorization for automatic payments (from the security account)

For more details on recording acceptance of individual disclosures, see the disclosure guide.

Issue a charge card

When issuing a Smart card, the card type shall be CREDIT. You may issue physical or virtual cards.

Smart card autopay enablement

When setting up charge secured account with system autopay, Fintech can

  1. Use disclosure API to send "SC_AUTO_PAYMENT" as "ACKNOWLEDGED" when customer opt in to auto pay, then create a charge secured account setting is_system_auto_pay_enabled = true. This flow is commonly used during the onboarding process OR
  2. Create a charge secured account (is_system_auto_pay_enabled default is false). Then use disclosure API to send "SC_AUTO_PAYMENT" as "ACKNOWLEDGED" when customer opts in. Afterward, patch the is_system_auto_pay_enabled to be true. This flow can be used during onboarding or customer decides to opt in after account is created.

The validation check from Synctera would ensure that is_system_auto_pay_enabled cannot be set to true for charge secured accounts unless autopay disclosure has been acknowledged by that customer.

🚧

While we continue improving our V1 guides, please visit our Cards V1 API for details on how to issue a card of type CREDIT.