Graphite
  • Overview
    • Introduction
    • What is Graphite?
    • Connect to Graphite
    • Graphite account activation
    • Graphite Wrapped Tokens
  • Build on Graphite
    • Getting started
    • System Contracts
      • Account Activation
      • Filter Contract (KYC Transaction Filters)
      • KYC Contract
      • Reputation
    • How to Complete KYC in a Testnet
    • How to Deploy Smart Contracts Using Hardhat: A Step-by-Step Guide
    • SDK
      • JS SDK
  • Infrastructure
    • Graphite Nodes
      • Graphite testnet node setup
      • Graphite mainnet node setup
  • Ecosystem
    • Graphite Wallet
      • Graphite Web3 Documentation
    • Graphite Bridge
    • The Graphite Explorer
      • API documentation
    • Faucet Testnet
Powered by GitBook
On this page
  1. Build on Graphite

How to Complete KYC in a Testnet

We’ve implemented a simple KYC emulation process for testnet environments. Just send a UUID, and you’ll receive either approval or rejection with a 50% probability. This API is designed to simplify the process of emulating KYC in a testnet environment, allowing developers to efficiently test workflows that depend on KYC outcomes.

The 50% approval/rejection mechanism is designed for test purposes only. No actual KYC verification is performed.

Endpoint:

POST https://test.kyc.atgraphite.com/api/kyc/process-request

Request:

{
  "data": "uuid"
}

Test your KYC workflows easily with this tool.

PreviousReputationNextHow to Deploy Smart Contracts Using Hardhat: A Step-by-Step Guide

Last updated 5 months ago