Reveal the data of a payment instrument
POST {{baseUrl}}/paymentInstruments/reveal
Returns the encrypted data of a specified payment instrument. These data include: - The primary account number (PAN) - The card verification code (CVC) - The expiry date You can decrypt the data to reveal it in your user interface. To make this request, your API credential must have the following role: * Bank Issuing PAN Reveal Webservice role
Request Body
{"encryptedKey"=>"<string>", "paymentInstrumentId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |