retrievePin

fun retrievePin(cardId: String, verificationId: String, userOneTimeCode: String, listener: IssuingCardPinService.IssuingCardPinRetrievalListener)

Retrieves a PIN for a given card

Parameters

cardId

the ID of the card (looks like ic_abcdef1234)

verificationId

the ID of the verification that was sent to the cardholder (typically server-side, through /v1/issuing/verifications)

userOneTimeCode

the one-time code that was sent to the cardholder through sms or email

listener

a listener for either the PIN, or any error that can occur