To avoid misuse, new cards are shipped to Account Holders in an “inactive” state. This means that the card cannot be used for any
transaction |
until the Account Holder activates it. Activation also includes setting a card PIN, as the new card is shipped without one for security reasons. In this article, you learn about:
Before you explore Fusion's card APIs, we recommend that you familiarize yourself with various card related concepts mentioned in Card orders.
The process of card activation depends on your business use-case and implementation. For example, Account Holders can use the mobile app to scan the QR code printed on the welcome letter. On successful verification, the card is activated.
Use the /setPin
API to set a new PIN for card. The API doesn’t require old PIN.
To use the |
/api/v1/ifis/{ifiID}/cards/{cardID}/setPin |
ifiID
: Required. Unique identifier of the IFI.cardID
: Required. Unique identifier of the card whose PIN is to be set.newPin
: Required. New PIN to be set. The old PIN will no longer be valid.nonce
: Required. Current Unix epoch time.In the following example, we generate a new 4-digit PIN for the Account Holder’s card:
|
|