Remove a default card rule from card profile.
This only applies to cards created AFTER default rule deletion.
Any card created PRIOR to that modification will NOT be affected by it, and will retain all rules applied on creation.
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.
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.
No request payloadThe ID of the end-user. If empty, the query will return results for all end-users.
The ID of the card ledger. If empty, the query will return cards for all ledgers.
The ID of the card profile. If empty, the query will return cards for all profiles.
No request payload{ "content": [ { … } ], "totalElements": 1, "page": 0, "pageSize": 0 }
Create a card for a specific ledger.
Please note: when creating the first card of a ledger, if the specified ledger is not empty, we will have to empty it briefly in order to configure the card.The money will be back in the ledger within a few seconds.
This operation might require SCA.
The strategy to use when a SCA is required:
PUSH_NOTIFICATION: will send a notification if the SCA is required.DATA_SIGNING: Linkcy-SCA-Signature header must contain signature provided by PowerAuth Mobile SDK on registered device.BY_PASS: Sandbox only - will ignore any SCA if used.SCA_REQUIRED: The operation you are trying to do requires SCA, current strategy {0}.The signature that needs to be validated, it is generated from data signing.
SCA_SIGNATURE_DOES_NOT_MATCH: The sca signature provided doesn't match the one required for this operationNO_ACTIVE_SCA_DEVICE_FOUND: No active SCA device could be found.SCA_DEVICE_NOT_VALID: The device cannot be used to sign this data.SCA_SIGNATURE_FORMAT_INVALID: The signature format for data signing SCA strategy is invalid: HTTP header validation failed.SCA_SIGNATURE_MISSING: The signature required for data signing SCA strategy is missing.SCA_UNEXPECTED_ERROR: Unable to perform SCA operationThe name that will be printed on the card : Consumer name for consumer cards or corporate name for Corporate cards.
Can only contain ISO basic Latin alphabet and can be up to 21 characters long including spaces.
Cardholder Name printed on card for corporate card. Can only contain ISO basic Latin alphabet, numbers and can be up to 21 characters long including spaces.
This name is only available when the card profile has a corporate card program.
You can add rules when creating a card. You can only send one rule by type in the list.
As a partner, this rules take priority over the rules set in the profile
{ "deliveryMethod": "FRENCH_MAIL", "ledgerId": "a2873d47-59a8-4daf-a325-cb2c04557dd7", "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a", "nameOnCard": "\"FIRSTNAME LASTNAME\" or \"CORPORATE NAME\"", "cardholderNameOnCard": "CORPORATE NAME", "friendlyName": "string", "rules": [ { … } ] }
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }