|
KYC, AML, CFT, KYB
|
* \*Know Your Customer (KYC)**is a set of mandatory regulations for customer identity verification. Its purpose is fraud prevention,**anti-money laundering (AML)**, and**combating the financing of terrorism (CFT)\*\*. KYC regulations require you to verify that a customer is who they say they are. Customers should provide proof of their identity and address. This can be done through ID card verification, biometric verification, and/or document verification.
KYC has three components:
1. **Customer Identification Program (CIP)** – You must verify that a customer is who they say they are. You do this by requiring them to provide information that verifies their identity.
2. **Customer Due Diligence (CDD)** – Conducting detailed risk assessments.
3. **Continuous monitoring** – You must closely monitor transactions for patterns of suspicious activity and report any that you find. Similar to KYC, **Know Your Business (KYB)** is a set of regulations for verifying the identity of the businesses you deal with. You must conduct due diligence to ensure that a company is legitimate and is not just a shell company. This includes identifying the ultimate company owner and major shareholders.
|
You are responsible for following KYC and KYB rules and regulations.
|
|
Onboarding
|
* \*Onboarding\*\* refers to creating customer accounts.
|
The [Create account application](https://developers.pismo.io/pismo-docs/reference/post-acquisitions-v3-s2s-applications) endpoint enables new customer onboarding.
|
|
Credit engine (credit cards only)
|
A **credit engine** (or credit decision engine) is a software platform that makes credit decisions based on the policies and rules you set up.
|
If you plan to issue credit cards, you must provide your own method for making credit decisions.
|
|
Credit score, behavior score (credit cards only)
|
You can assess a potential customer's credit risk by reviewing their **credit score**.
Some issuers also set up an internal, proprietary scoring system to produce **behavior scores** for their existing customers. To do this, they mine a customer's payment history, their credit utilization over time, and sometimes even the amounts and types of products they purchase.
|
If you plan to issue credit cards, you need to purchase a credit score for each potential customer from a credit bureau.
In addition to this, you can set up your own additional proprietary scoring system to produce a behavior score for each customer.
|
|
Account lifecycle
|
The **account lifecycle** refers to the different statuses an account can go through after creation.
|
Use the [Update an account’s status](https://developers.pismo.io/pismo-docs/reference/patch-accounts-v2-accounts-accountid-status) endpoint to update any account's status.
|
|
Web security
|
A vital part of security is ensuring that the data you transmit over the web is encrypted and stored securely. The Pismo platform operates on **Amazon Web Services (AWS)**. All data storage, whether relational, non-relational, or files, are encrypted using the **AWS Key Management Service (AWS KMS)**.
|
|
|
3DS, ACS
|
* \*3D Secure (3DS)\*\* is a protocol that adds an additional layer of security for online credit and debit card transactions. The name refers to the three domains that are involved in transactions:
* \*Acquirer domain\*\*–The financial institution that accepts the card payments (the merchant's bank).
* \*Issuer domain\*\*–The organization that issued the card used in the transaction.
* \*Interoperability domain**–The payment systems that connect the acquirer and issuer domains. A 3DS implementation usually uses an**Access Control System (ACS)\*\* to authorize transactions. ACS is a security system that uses a wide array of details to manage the authentication process. Only cardholders who can submit legitimate credentials are allowed to complete transactions. Visa and Mastercard offer 3DS card brands called Visa Consumer Authentication Service (VCAS) and SecureCode, respectively.
|
3DS and ACS are mandatory in some countries, such as India. In other countries they are not mandatory, but most Pismo customers choose to implement them anyway.
|