v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Resend Consent Code (UI)

Resend an E-Mail & SMS OTP for a user's request to view sensitive PAN/PCI data

post/card/resend-consent-code

Headers

api-keystring

api-key is available on the dashboard

Authorizationstring

Request body

userIdstring

The Id of the user to whom the resend request is addressed

challengeIdstring

The challengeId which was received when initiating the card consent flow

Response

200

challengeIdstring
dateExpiresstring
attemptsinteger

Example response

{
  "challengeId": "fcd1e301-a443-4878-be29-3223c599c861",
  "dateExpires": "2023-03-11T04:48:30.414Z",
  "attempts": 1
}