Card Update Request
Constructor without scaDetails.
Parameters
status
CardStatus - the new status of the card.
status Reason
String - the reason for the status change.
pin
String - the new pin of the card.
Updating a card status requires two fields to be provided in the request.
Parameters
status
CardStatus - the new status of the card.
status Reason
String - the reason for the status change.
Changing the PIN of a physical card.
Parameters
pin
String - the new pin of the card.
Changing the PIN of a physical card may require SCA challenge to be completed, after which the SCA details need to be passed with the request.
Parameters
pin
String - the new pin of the card.
sca Details
ScaAuthenticationEventRequest - the SCA event details.
constructor(status: CardStatus?, statusReason: String?, pin: String?, scaDetails: ScaAuthenticationEventRequest?)