COMING SOON
Create a PIN for an issued or reissued card. You cannot create a PIN if the Financial Account for the card is currently suspended.
To create the card PIN, you will need:
Note To automatically generate a new PIN, use the Reset PIN API.
POST /v1/integrated-cards/{financialAccountId}/set-pin
Authorization: Bearer <access_token>
Idempotency-Key: <key>
where <key> is a v4 UUID or any other unique string with a minimum length of 6 characters and a maximum length of 255 characters.
The idempotency key identifies the request. If a network error occurs, you can safely retry the request using the same idempotency key and the request will only be executed once. This ensures that calling the API multiple times will not result in duplicate requests. For more information, see Idempotent Calls.
financialAccountId REQUIRED
string (UUID)
ID of the integrated Financial Account. The issued card is linked to this Financial Account.
newPin REQUIRED
string, min length: 4, max length: 12
New PIN for the card. Must be provided as an encrypted PIN block.
pin
string, min length: 4, max length: 12
Existing PIN for the card. Can be provided for authentication. Must be provided as an encrypted PIN block.
If successful, returns 204 Pin Set Success.
SAMPLE REQUEST
{
"newPin": "69292547",
"pin": "13491817"
}
SAMPLE RESPONSE
{
204 Pin Set Success
}
© 2022 Rocket Financial. All rights reserved. RocketFNCL, RocketKOR, RocketBNK are trade names of Rocket Financial Inc.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL
© 2023 by Rocket Financial Inc. All rights reserved.