Card Update Request
data class CardUpdateRequest(val status: CardStatus?, val statusReason: String?, val pin: String?, val scaDetails: ScaAuthenticationEventRequest?)
Data class representing a request to update card status and pin.
Depending on the provided fields in the request, update will be performed on the desired card.
Constructors
Link copied to clipboard
Constructor without scaDetails.
Updating a card status requires two fields to be provided in the request.
Changing the PIN of a physical 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.
constructor(status: CardStatus?, statusReason: String?, pin: String?, scaDetails: ScaAuthenticationEventRequest?)
Properties
Link copied to clipboard
The SCA event details.
Link copied to clipboard
CardStatus Contains information about the different card statuses.
Link copied to clipboard
The reason for card status change.