Getting Started
Integrating with Binance Link KYC Saas broadly follows the below steps.
- Create an Exchange Link sub-account via API.
- KYC is processed for the user in one of two methods.
- Validate that KYC is passed.
- Create an API Key for the sub-account, and proceed from there.
Sub Account Creation Flow with Link Module integration
- Create a Sub account
POST /sapi/v1/broker/subAccount
- Complete KYC and bind to Sub account via KYC module through one of:
- Share KYC API
/bapi/ekyc/v2/public/ekyc/customer/share-kyc-data
- Oauth Link
/bapi/ekyc/v2/public/ekyc/customer/add-account-info-list
- Share KYC API
- Check KYC Status is passed
/bapi/ekyc/v2/public/ekyc/customer/check-kyc-status
- Requirement:
data.levelInfo.currentLevel.kycStatus
=PASS
- Requirement:
- Create Sub account API Key
POST /sapi/v1/broker/subAccountApi