Cards may operate on credit, debit, or prepaid BINs. They’ll immediately work for online purchases after you create them. All cards work on a good funds model, and maintain a maximum limit of 100% of the Account’s available balance at the time of transaction. Funds are deducted from the Account upon transaction settlement.
Set a Card’s PIN from a PIN that was encrypted in your end user’s browser, so that the plaintext PIN never passes through your systems. Use the Increase card PIN library to produce the encrypted_pin, passing it the identifier of this Card. Each encrypted_pin can only be submitted once, can only be used with the Card it was encrypted for, and expires 15 minutes after it is created. This returns the Card rather than its details, so that the PIN is not sent back to you.
The identifier of the Card to update the PIN for.
The PIN, encrypted in your end user’s browser with the Increase card PIN library for this Card. Treat this as an opaque string.