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/cardsandPOST /api/cards/detailsendpoints now include two new fields in their responses:cardDesignIdandcardDesignLogoName. These fields allow for identifying the card's design and logo name, respectively. - List Support for New Properties: The
GET /api/cards/available-cardsendpoint has been updated to returncardDesignIdandcardDesignLogoNameas 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
missingReceiptNotificationStatus: To enhance transparency and control, we've updated theGET /api/organizations/{organizationId}endpoint. It now allows users to view the currently stored state of themissingReceiptNotificationstatus. 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.
