Get sensitive card details token
POST/card/v1/sensitive-card-details-token
Obtains a one-time, short-lived token that can be used to retrieve encrypted sensitive card details. This is the first step in the two-step sensitive card details flow.
Validates that the card belongs to the specified customer and that the caller has permission to access the card. The returned token is exchanged via the Preview sensitive card details endpoint.
This endpoint requires a partner token (JWT).
Request
Responses
- 200
- 400
- 403
- 404
Successfully issued a one-time token. Use this token with the Preview sensitive card details endpoint.