> ## Documentation Index
> Fetch the complete documentation index at: https://guides.saber.money/llms.txt
> Use this file to discover all available pages before exploring further.

# KYC Sharing

> Merchants submit independently-verified KYC PII and documents to Saber for record-keeping, covering file specifications and Indian-user bank account requirements.

KYC Sharing lets you verify users independently and submit their KYC information to Saber for record-keeping — Saber stores it but doesn't re-verify.

## Steps

1. **Create the user** via the [create user API](/user/registration).
2. **Submit KYC information** via the [KYC Sharing API](https://saber-money.readme.io/reference/sharekycdata):
   * Share KYC PII: legal name, proof of address (document number), proof of identity (document number), country ISO.
   * Share the supporting document files (see requirements below) — these can be sent async.
3. **Add a bank account for Indian users** once KYC is approved, via the [Update Bank API](https://saber-money.readme.io/reference/adddeletebankaccount). Not required for non-Indian users.

KYC is marked approved as soon as PII data is shared. KYC data must be unique per user and match the standard regex format.

## Document Requirements

* **Formats:** `.pdf`, `.jpg`, `.png`, `.xml`, `.zip`
* **Max size:** 2 MB

### Key APIs

| API                       | Description                           | Reference                                                        |
| ------------------------- | ------------------------------------- | ---------------------------------------------------------------- |
| **Share KYC Information** | Shares user KYC details with Saber.   | [here](https://saber-money.readme.io/reference/sharekycdata)     |
| **Share KYC Document**    | Shares user KYC documents with Saber. | [here](https://saber-money.readme.io/reference/sharekycdocument) |


## Related topics

- [Overview](/user/kyc/overview.md)
- [EUR/GBP Onramp](/onramp/currencies/eur-gbp.md)
- [INR Offramp](/offramp/currencies/inr.md)
- [BDT Offramp](/offramp/currencies/bdt.md)
- [IDR Offramp](/offramp/currencies/idr.md)
