No Content
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.
Request
Send a SMS to any user. For more information about allowed characters or SMS length, please refer to the twilio documentation.
- Generated server urlhttps://api.sandbox.linkcy.cloud/api/partner/sms
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "consumerId": "9e675a24-20d6-4913-9836-f861cd23e89e", "message": "string" }
If you notice an error or find something unclear, we’d greatly appreciate your feedback to help us improve.
Request
Signing Terms & Conditions is mandatory to be able to use banking features. We mandate you as a Partner to perform this action.
To do this, you can download the last of version of the TCs directly from our APIs! By default, the language is English, but if you need a specific language, feel free to ask your customer care!
Once TCs are updated, the field "termsAccepted" will change into the "false" state and you will need to use this Endpoint to get the last version. Then, you will have to PATCH your end-users (CONSUMER/CORPORATE) each time they sign the last versions.
- Generated server urlhttps://api.sandbox.linkcy.cloud/api/partner/docs/terms
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload{ "type": "CONSUMER", "downloadUrl": "string", "version": "1.0", "language": "EN" }
If you notice an error or find something unclear, we’d greatly appreciate your feedback to help us improve.
- Generated server urlhttps://api.sandbox.linkcy.cloud/api/partner/bic/{iban}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload{ "bic": "string", "name": "string" }