Get Card Pin

GET /account/cards/{id}/Pin_reveal

Securely returns the card PIN for the specified card.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

{
    "statusCode": 202,
    "statusMessage": "Accepted for processing",
    "payload": {
        "pin": "0123",
        "traceId": "gdlyfx1kn79mm0e66an",
    }
}

Last updated