Uses of Class
com.adyen.model.balanceplatform.PinChangeRequest
-
Packages that use PinChangeRequest Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of PinChangeRequest in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PinChangeRequest Modifier and Type Method Description PinChangeRequestPinChangeRequest. encryptedKey(String encryptedKey)The symmetric session key that you encrypted with the [public key](https://docs.adyen.com/api-explorer/balanceplatform/2/get/publicKey) that you received from Adyen.PinChangeRequestPinChangeRequest. encryptedPinBlock(String encryptedPinBlock)The encrypted [PIN block](https://www.pcisecuritystandards.org/glossary/pin-block).static PinChangeRequestPinChangeRequest. fromJson(String jsonString)Create an instance of PinChangeRequest given an JSON stringPinChangeRequestPinChangeRequest. paymentInstrumentId(String paymentInstrumentId)The unique identifier of the payment instrument, which is the card for which you are managing the PIN.PinChangeRequestPinChangeRequest. token(String token)The 16-digit token that you used to generate the `encryptedPinBlock`. -
Uses of PinChangeRequest in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform with parameters of type PinChangeRequest Modifier and Type Method Description PinChangeResponseManageCardPinApi. changeCardPin(PinChangeRequest pinChangeRequest)Change a card PINPinChangeResponseManageCardPinApi. changeCardPin(PinChangeRequest pinChangeRequest, RequestOptions requestOptions)Change a card PIN
-