improved
Advanced card controls
December 15th, 2023
We are adding more flexibility when setting up card controls.
Advanced card controls
- It is now possible to add
validFrom
,validTo
andvalidTimezone
values directly when issuing a card. - It is now possible to define a value for
maxTransactionCount
when issuing a card. If not provided, the card can be used for an unlimited number of transactions until the card expires. - The above-mentioned properties have also been added to the response Card details.
- There is a new endpoint Available card configs that allows to check which card configs are available to issue for the given organization.
- Cards that have been locked due to a card control being applied (
LOCKED_CC_DATETIME
,LOCKED_TX_COUNT
) cannot be unlocked via the unlock card endpointCards anymore. - We added a new endpoint to issue cards instantly. This endpoint offers similar card-issuing functionality as the main card-issuing endpoint but specifically allows for a synchronous and instant card issuing, whereas the main card-issuing flow works asynchronously and requires the consumption of a callback to confirm the card is active. The use case being here a fully automated card issuing flow, followed by an immediate card usage on API level for normally PCI-DSS certified companies. This endpoint should only be used if aligned with Pliant upfront.
Only available in v2.1.0