cURL
curl --request POST \ --url https://api.ledger.so/v1/applications/user/initiate \ --header 'Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "firstName": "<string>", "lastName": "<string>", "email": "[email protected]" } '
{ "id": "<string>", "applicationStatus": "pending", "applicationCompletionLink": "<string>" }
Create a new user and get a KYC completion link. The user must complete KYC before they can deposit funds or use cards.
API key for authentication. Get your key from the Dashboard.
User's first name
User's last name
User's email address
User application initiated
User ID
Current KYC status
pending
needsInformation
needsVerification
manualReview
approved
denied
URL for the user to complete KYC