Fractal API
  • Overview
    • About
    • Features & Use Cases
    • Blockchains
    • Countries & Currencies
    • Compliance
  • PRODUCTS
    • Cross-Chain Stablecoin Transfers
    • Cross-Chain Stablecoin Deposits
    • Fiat To Stablecoin (On-Ramp)
    • Stablecoin To Fiat (Off-Ramp)
    • Yield Generating Stablecoins
  • Fractal API
    • Customers
      • Create Customer
      • Get Customer
      • Fetch Customers
      • Create KYC Session
      • Share Individual KYC
    • Cross Chain Transfers
      • [Create] Cross-Chain Transfer
      • [Complete] Cross-Chain Transfer
      • [Get] Cross-Chain Transfer
      • [Create] Permanent Route Address
      • [Get] Permanent Route Address
      • [List] Permanent Route Addresses
    • Onramp
      • Create Onramp
    • Files
      • Upload File
  • FEes
    • Developer Fees
    • Fractal Fees
  • Legal
    • Terms & Conditions
    • Privacy Policy
Powered by GitBook
On this page
  1. Fractal API
  2. Customers

Share Individual KYC

PreviousCreate KYC SessionNextCross Chain Transfers

Last updated 6 months ago

Share KYC Data for a customer

post
Path parameters
customerIdstring ยท uuidRequired

The unique identifier of the customer

Header parameters
AuthorizationstringRequired

Token for authentication

Body
post
POST /v0/customers/{customerId}/kycs/individual/share HTTP/1.1
Host: api.getfractal.xyz
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 300

{
  "id_document": {
    "type": "government_id",
    "file_id": "123e4567-e89b-12d3-a456-426614174000",
    "back_side_file_id": "123e4567-e89b-12d3-a456-426614174000"
  },
  "proof_of_address": {
    "type": "government_id",
    "file_id": "123e4567-e89b-12d3-a456-426614174000",
    "back_side_file_id": "123e4567-e89b-12d3-a456-426614174000"
  }
}