This Endpoint allows you to send an email verification to your user. The user will receive a link by email in order to verify his current email.
Linkcy Api (1.114.5)
This is the partner API from linkcy. Here you can find our API documentation.
LinkCy API allows you to create fully embedded banking products for your own company or consumers. This API is backed by all mandatory requirements by financial authorities. To process, information provided into the API must be accurate.
You can obtain a LinkCy Authorization Key by contacting our commercial team here.
Consumer
The consumer represents the individual partner client. It must have a valid phone number and be formally identified with a KYC procedure before carrying out any operation.
Id of the consumer verifying its email (Will be ignored and deducted from current authenticated user if end-user).
Subject of the verification email, by default is '[{partnerName}] Please verify your email address'.
- Generated server urlhttps://api.sandbox.linkcy.cloud/api/partner/verifications/email/send
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "consumerId": "9e675a24-20d6-4913-9836-f861cd23e89e", "emailSubject": "[{partnerName}] Please verify your email", "urlOnSuccess": "https://google.com", "urlOnFailure": "https://google.com" }
{ "ttl": "PT48H" }
If you notice an error or find something unclear, we’d greatly appreciate your feedback to help us improve.
Request
This endpoint allows you to verify an end-user's address using different methods:
LINK: This method generates a URL link that the end-user can use to complete its Proof of Address (POA).
UPLOADED_DOCUMENT: Use this method when a POA document has already been uploaded which will be used to verify the address.
DELEGATED: When the address verification is delegated to the partner (property "delegatedPoa" set to "true") and the POA document has been uploaded, you can use this method to update the address status to "VERIFIED".
- Generated server urlhttps://api.sandbox.linkcy.cloud/api/partner/verifications/address
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "type": "LINK", "addressId": "785d1fc4-8ab5-48f1-8685-117cac9865d6", "ttl": "PT8H6M12.345S" }
{ "url": "string", "ttl": "PT8H6M12.345S" }
If you notice an error or find something unclear, we’d greatly appreciate your feedback to help us improve.
Type of person. If empty, the query will return KYC applications of all people types.
The ID of the person. If empty, the query will return everyone KYC applications.
Search KYCs by status. If empty, the query will return KYC applications with any status.
- Generated server urlhttps://api.sandbox.linkcy.cloud/api/partner/kyc
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload{ "content": [ { … } ], "totalElements": 1, "page": 0, "pageSize": 0 }