Create a card profile based on a card design.
- Get card's information
Update a rule from card
Remove card rule
Create a default card profile rule
Remove default card profile rule
List cards
Create a card
Suspend a card
Reset physical card's PIN attempts
Close a card
Activate a card
List card profiles
Create a card profile
Update a card
Update a card profile
Get a physical card's PIN
Get PAN credentials
List card designs
Get card's information
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.
Download OpenAPI description
Overview
Languages
Servers
Generated server url
https://api.sandbox.linkcy.cloud/
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.
Operations
- Generated server urlhttps://api.sandbox.linkcy.cloud/api/partner/card-profiles
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
application/json
{ "name": "string", "cardDesignId": "21f1b6eb-5662-41f7-952d-3d240b7c3aed", "active": true }
Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }
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/cards/{cardId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadOK
Enum"UK_MAIL""INTERNATIONAL_MAIL""FRENCH_MAIL""FRENCH_MAIL_TRACKING""DHL""COURIER"
Last 4 digits of the card. The truncated pan is only displayed if the card has been activated.
rulesArray of ValueCardRuleResponseDto_Partner (object) or TargetsCardRuleResponseDto_Partner (object)(CardRuleResponseDto_Partner)required
Any of:
Enum"DAILY_MAX_SPEND""MONTHLY_MAX_SPEND""WEEKLY_MAX_SPEND""DISABLE_CONTACTLESS""DISABLE_ONLINE""DISABLE_RECURRING""MCC_WHITELIST""MCC_BLACKLIST""MERCHANT_WHITELIST""MERCHANT_BLACKLIST"
Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5", "ledgerId": "a2873d47-59a8-4daf-a325-cb2c04557dd7", "profile": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string" }, "expiryDate": "string", "nameOnCard": "string", "cardholderNameOnCard": "string", "friendlyName": "string", "deliveryAddress": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "isoCountryCode": "ABW", "city": "string", "postalCode": "string", "street": "string", "number": "string", "refinement": "string", "stateOrProvince": "string", "status": "INVALID" }, "deliveryMethod": "UK_MAIL", "deliveryShipmentDate": "2019-08-24", "deliveryTrackingNumber": "string", "truncatedPan": "string", "type": "PHYSICAL", "scheme": "MASTERCARD", "currency": "EUR", "status": { "value": "CREATING", "reason": "STOLEN", "otherReason": "string", "operator": "END_USER" }, "suspensionsInformation": [ { … } ], "creationDate": "2019-08-24T14:15:22Z", "updateDate": "2019-08-24T14:15:22Z", "pinStatus": "LOCKED", "rules": [ { … } ] }
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/cards/{cardId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
application/json
{ "friendlyName": "string", "phone": { "countryCode": "33", "number": "string" } }
Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }