Fuspay
WebsiteSupportDemo Meeting
  • Overview
    • Welcome
  • API ONBOARDING
    • Introduction
    • Partner Onboarding
    • Regenerate Partner Keys
    • IP Check & Whitelisting
  • API Onboarding
  • Authentication
    • Swap, Collection, & P2P Automation
  • Webhook Validation & Request Integrity
  • Currency Swap
    • Introduction
    • Authentication
      • Partner Onboarding Endpoints
      • Partner Activate Endpoint
      • Regenerate Partners Public & Private Keys
      • Digital Signature
    • User KYC
      • Create KYC
      • Verify KYC Status
      • Reconciliation
      • Post KYC Data
    • Exchange Rate
    • Buy
      • Create Order
      • Events
    • Sell
      • Create Order
      • Events
    • Transaction Resolution
      • Overview
      • Log Issue
      • Check Issue Status
    • Transaction Records
      • Pending Transaction
      • Get Single Order Endpoint
      • Get Multiple Order Endpoint
      • Sell/Payout Verification Endpoint
    • Provider/Bank Codes
  • Virtual card
    • Introduction
      • Getting Started
        • Partner Onboarding
        • Partner Activate Endpoint
    • Authentication
    • Partner
      • Create Merchant
      • List of Merchants
    • Merchant
      • Create User
      • Verify User KYC Status
      • List Users
    • User
      • Create Card
      • Fetch Cards
      • Get Card Details
    • Card
      • Fund Card
      • Freeze Card
      • Delete Card
    • Payments
      • Withdraw From Card
      • Withdrawal History
    • Transactions
      • Card Transactions
      • Export Card Transactions
      • Filter Card Transactions
    • Wallet
      • Merchant Wallet Balance
      • Card Wallet Balance
  • Collection and payout
    • Introduction
    • Onboarding
    • Getting Started for Partner
      • Partner Onboarding Endpoints
      • IP Capture & Whitelisting
      • Regenerate Partners Pub/Priv Keys
    • Getting Started for Merchant
    • Collection
      • Digital Signatures
      • Collection (GHS, KHS, ZAR)
      • Collection (Virtual Account-NGN )
      • Fetch Order
      • Assigning Virtual Accounts
        • Get Available Assignable Virtual Account
        • Check if specific account is available for use
        • Create Order- using Available Virtual Account from your Account Pool
        • Cancel Order
      • Get Mobile Money Providers
    • Payout
      • Account verification
      • Payout
      • Payout Status
      • Crypto Withdrawal
        • Wallet Balance
        • Withdrawal Payout
        • Get Withdrawal Payout Fee
      • Bank and Bank Codes
    • Transaction History
      • Get Transaction Records
  • P2p Automation
    • Integration Journey (API-Dashboard)
  • Payment and Utilities
    • Introduction
      • Sign Up
      • Compliance
      • Create an App
      • Configure App
    • Authentication
    • User Onboarding
    • Error Handling
    • Plugin (Frontend)
      • Integrating Finswich checkout via NPM or Yarn
      • Integrating the Finswich Checkout on your Vanilla Javascript app
      • Steps for integrating Finswich Checkout via Flutter
      • Pseudocode for Integrating Finswich Checkout in Application (Native iOS & Android)
    • Services (Backend)
      • Inter-wallet Transfer
      • Bank Transfer
      • Wallet Funding
      • Utility Purchases
  • KYC As A Service
    • Introduction
    • App Registration Endpoint
    • App Activate/Verify Endpoint
    • Request Verification Token
    • KYC (Individual)
      • Get KYC Types
      • Create KYC Request
      • Get Verification Status and User's Data
      • Create order with meta data
      • Migrate
    • KYC (Business)
      • Get KYC Types
      • Create KYC Request
      • Get Verification Status and User's Data
    • Face Stamp
      • Create Facestamp Order
      • Create OTP
      • Verify OTP
      • Post Transaction Data
    • KYC(Transactional)
    • Callbacks (Webhook Responses)
Powered by GitBook
On this page
  1. KYC As A Service

Introduction

This is the introduction page for KYC

KYC (Know Your Customer) as a Service provides businesses with a streamlined solution for customer verification, enhancing security and compliance. Key benefits include:

  • Identity Verification: Efficiently verify customer identities to minimize fraud risks and comply with AML (Anti-Money Laundering) regulations.

  • Customer Onboarding: Automate the collection and verification of customer information, facilitating faster onboarding and improving user experience.

  • Risk Management: Continuously assess customer profiles and monitor for suspicious activities to manage risks effectively.

  • Regulatory Compliance: Ensure adherence to local and international regulations, reducing the risk of penalties and enhancing your organization’s reputation.

  • Scalability: Easily adapt to changing regulatory requirements and business growth with a flexible KYC solution.

KYC as a Service helps secure transactions and maintain compliance while delivering a seamless experience for your customers.

We have provided a list of endpoints to make the integration and onboarding seamless.

KYC Flow

  1. Register your app on the registration endpoint

  2. Verify your app using the verify endpoint

  3. Get the appropriate KYC type (individual, business)

  4. Create a KYC Order or Request (individual, business)

  5. Get KYC URL where your user is redirected to perform KYC

  6. Get KYC notification on your registered callback.

  7. Your end user is approved or rejected.

  8. Get user data/KYC status to confirm your user's KYC status.

There are two types of URLs used in the KYC process: Staging URL and Production URL.

Staging URL

The Staging URL serves as a test environment for KYC integration. In this environment, no real funds are used, allowing developers to test the KYC workflow and functionality without any financial risk. It is designed for thorough validation of KYC processes before deployment.

Production URL

The Production URL is the live environment where actual KYC processes occur. In this setting, a nominal fee of $2.50 is used to validate KYC transactions. This allows businesses to ensure that the KYC functionality operates correctly in a real-world context while maintaining a controlled cost.

PreviousUtility PurchasesNextApp Registration Endpoint

Last updated 6 months ago

Page cover image