added
Logo cards & minor improvement
February 22nd, 2024
We are excited to announce the introduction of logo cards to our platform. Additionally, we have addressed a minor issue that previously could result in unintended platform configurations during the process of updating organization data.
Support for Logo Cards
Logo cards are a special type of Pliant card that features both the Pliant logo and the logo of a company or partner. This enhancement allows API consumers to differentiate between standard cards and logo cards easily. To facilitate this, we've made the following updates to our endpoints:
- Enhanced Endpoint Responses: The
GET /api/cards
andPOST /api/cards/details
endpoints now include two new fields in their responses:cardDesignId
andcardDesignLogoName
. These fields allow for identifying the card's design and logo name, respectively. - List Support for New Properties: The
GET /api/cards/available-cards
endpoint has been updated to returncardDesignId
andcardDesignLogoName
as part of a list in its response.
Please note that logo cards will use the same cardDesign
value as standard Pliant cards to indicate the card design chosen by our processing partner or, for physical cards, the card manufacturer.
Update on Missing Receipt Notification Configuration
- Visibility on
missingReceiptNotification
Status: To enhance transparency and control, we've updated theGET /api/organizations/{organizationId}
endpoint. It now allows users to view the currently stored state of themissingReceiptNotification
status. Previously, providing a null when updating organization data viaPATCH /api/organizations/{organizationId}
was akin to setting the flag to false, which could lead to unintended behaviour.