Multi API Version 2.13.11
What's Changed
- Physical cardsPhysical Card A payment card that is printed or embedded in wearables and sent to customers directly. Physical cards are created by first creating a virtual card and then upgrading it to a physical card. They are sent in an inactive state and must be activated by the card assignee before first use. can be assigned a custom delivery
nameandsurnamewhich when provided will replace the identity's business name on the postage address when delivering the physical cardPhysical Card A payment card that is printed or embedded in wearables and sent to customers directly. Physical cards are created by first creating a virtual card and then upgrading it to a physical card. They are sent in an inactive state and must be activated by the card assignee before first use.. This is particularly useful when you want to deliver a physical to a corporate user rather than the business.POST/managed_cards/{id}/physical/upgradePOST/managed_cards/getPOST/managed_cards/{id}/unfreezePOST/managed_cards/{id}/physical/report_stolenPOST/managed_cards/{id}/physical/replace_damagedPOST/managed_cards/{id}/physical/report_lostPOST/managed_cards/{id}/physical/replace_lost_stolenPOST/managed_cards/{id}/physical/activatePOST/managedcards//assignPOST/managed_cards/{id}/removePOST/managed_cards/{id}/getPOST/managed_cards/{id}/updatePOST/managedcards//createPOST/managed_cards/{id}/freeze
What's Changed
POST /managed_cards/get
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json-
Changed property
card(array)Changed items (object):
-
Added property
deliveryName(string)The first name of the delivery addressee
-
Added property
deliverySurname(string)The last name of the delivery addressee
-
-
POST /managed_cards/{id}/unfreeze
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json-
Added property
deliveryName(string)The first name of the delivery addressee
-
Added property
deliverySurname(string)The last name of the delivery addressee
-
POST /managed_cards/{id}/physical/report_stolen
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json-
Added property
deliveryName(string)The first name of the delivery addressee
-
Added property
deliverySurname(string)The last name of the delivery addressee
-
POST /managed_cards/{id}/physical/replace_damaged
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json-
Added property
deliveryName(string)The first name of the delivery addressee
-
Added property
deliverySurname(string)The last name of the delivery addressee
-
POST /managed_cards/{id}/physical/report_lost
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json-
Added property
deliveryName(string)The first name of the delivery addressee
-
Added property
deliverySurname(string)The last name of the delivery addressee
-
POST /managed_cards/{id}/physical/replace_lost_stolen
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json-
Added property
deliveryName(string)The first name of the delivery addressee
-
Added property
deliverySurname(string)The last name of the delivery addressee
-
POST /managed_cards/{id}/physical/activate
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json-
Added property
deliveryName(string)The first name of the delivery addressee
-
Added property
deliverySurname(string)The last name of the delivery addressee
-
POST /managed_cards/{id}/physical/upgrade
Request:
Changed content type : application/json
-
Changed property
deliveryAddress(object)-
Added property
name(string)The first name of the addressee
-
Added property
surname(string)The last name of the addressee
-
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json-
Added property
deliveryName(string)The first name of the delivery addressee
-
Added property
deliverySurname(string)The last name of the delivery addressee
-
POST /managedcards//assign
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json-
Added property
deliveryName(string)The first name of the delivery addressee
-
Added property
deliverySurname(string)The last name of the delivery addressee
-
POST /managed_cards/{id}/remove
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json-
Added property
deliveryName(string)The first name of the delivery addressee
-
Added property
deliverySurname(string)The last name of the delivery addressee
-
POST /managed_cards/{id}/get
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json-
Added property
deliveryName(string)The first name of the delivery addressee
-
Added property
deliverySurname(string)The last name of the delivery addressee
-
POST /managed_cards/{id}/update
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json-
Added property
deliveryName(string)The first name of the delivery addressee
-
Added property
deliverySurname(string)The last name of the delivery addressee
-
POST /managedcards//create
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json-
Added property
deliveryName(string)The first name of the delivery addressee
-
Added property
deliverySurname(string)The last name of the delivery addressee
-
POST /managed_cards/{id}/freeze
Return Type:
Changed response : 200 OK
Success
-
Changed content type :
application/json-
Added property
deliveryName(string)The first name of the delivery addressee
-
Added property
deliverySurname(string)The last name of the delivery addressee
-