New manufacturing status details for physical cards
A new manufacturingState
field has been added to the managedCard.physicalCardDetails
object to improve traceability of the fulfilment of physical cards.
The following are the supported manufacturing statuses:
- REQUESTED: The physical card has been requested.
- SENT_FOR_FULFILLMENT: The card has been sent for printing.
- DISPATCHED: The card has been manufactured and dispatched.
- DELIVERED: The card has been received and activated by the recipient.
The following endpoints return the 'ManagedCard' in their response, and will now start including this optional detail in case of physical cards:
GET /multi/managed_cards post
GET /multi/managed_cards/\{id\}
PATCH /multi/managed_cards/\{id\}
POST /multi/managed_cards/assign
POST /multi/managed_cards/\{id\}/physical
POST /multi/managed_cards/\{id\}/physical/activate
POST /multi/managed_cards/\{id\}/physical/replace_lost_stolen
You can also view the manufacturing state of a physical card in the Multi Portal by accessing the card’s detail screen.
Card spend limits can now be applied to a time interval
You can now set spend limits for different time intervals to better control the usage of debit mode cards.
In addition to the ALWAYS
interval, we have added the following intervals:
DAILY
: starting from 00:00:00 UTC of current day to 23:59:59 UTC of current day
WEEKLY
: 00:00:00 UTC Monday of current week to following Sunday 23:59:59 UTC
MONTHLY
: 1st of current calendar month to end of current calendar month
QUARTERLY
: starting from beginning of current quarter where quarters are defined as follows
- 1 January 00:00:00 UTC to 31 March 23:59:59 UTC
- 1 April 00:00:00 UTC to 30 Jun 23:59:59 UTC
- 1 July 00:00:00 UTC to 30 September 23:59:59 UTC
- 1 October 00:00:00 UTC to 31 December 23:59:59 UTC
YEARLY
: 1 January 00:00:00 UTC of current calendar year to 31 December 23:59:59 UTC of current calendar year
Affected APIs:
PUT /multi/managed_cards/\{id\}/spend_rules
GET /multi/managed_cards/\{id\}/spend_rules