Skip to content

Commit 2398a9c

Browse files
andregoncalvesdevjackmurdoch
authored andcommitted
Add kyc sharing doc
1 parent c05da49 commit 2398a9c

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

docs/customization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ To skip this screen on initialization and go straight to authentication, simply
1616
|-------------------------|-------------------------|
1717
| <img src="/images/amount-selection-screen.jpg" alt="Amount selection screen" width="300"/> | <img src="/images/get-started-screen.jpg" alt="Authentication screen" width="300"/> |
1818

19+
To pre-fill the email input on the authentication screen, add the `user_email` query parameter with the escaped email value.
20+
1921

2022
**What other initial screens are supported?**
2123

docs/kyc-sharing.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
sidebar_position: 14
3+
---
4+
5+
# KYC sharing
6+
7+
To improve the onboarding experience, we provide a REST API that allows our business customers to share user KYC information directly with Topper.
8+
9+
By receiving KYC details, Topper can reduce the amount of information requested from users, resulting in a faster and smoother KYC process.
10+
11+
Currently, we support the following scopes: **email**, **profile**, **address**, **phone**, and **identity**.
12+
13+
For more details, see the [KYC sharing documentation](https://developer.uphold.com/rest-apis/core-api/kyc/introduction).

0 commit comments

Comments
 (0)