added
New cardholder information
3 months ago
We have created a new endpoint GET /cards/<id>/cardholder
to query information about the cardholder of a given card.
We have also updated the GET /cards
(List cards) and GET /cards/<id>
(Get card by Id) endpoints. These endpoints now include a new link in the_links
section whenever cardholder information is available for a given card.
Changes
Added
GET /cards/<id>/cardholder
endpoint to query cardholder informationfirstName
andlastName
field tocardholder
entitycorporate
object, containingemployeeId
field, tocardholder
entity
Improved
GET /cards/<id>
new link available (cardholder
) on the_links
section whenever cardholder information is availableGET /cards
new link available (cardholder
) on the_links
section whenever cardholder information is available
You can read more about this feature here.