Get noname encrypted card data for embossing [beta]

Get noname encrypted card embossing data. This is for issuers doing their own embossing and require a card's data, which needs to be encrypted as per regulations.

To use this endpoint:

  • Open a Jira ticket with type = Settings and ask to use on-demand embossing.
  • Generate and register a symmetric key with Pismo: open a Jira ticket with type = Settings and request an asymmetric key (RSA 2048 PKCS1) to send the symmetric key.

While the return values are shown as JSON, they are encrypted and not returned as clear text.

The endpoint generates a Card embossing notification received event.

Note: This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
card_id
object
required

Pismo card ID object

string
required

Initial vector (IV) value, needs to be 16 bytes and hexadecimal. An IV is a random or pseudo-random value used as the starting point for an encryption algorithm to generate a unique cipher text for each message. The IV is used in combination with a secret key (key_id) to ensure that the same message encrypted with the same key does not result in the same cipher text.

string
required

Encryption key ID to embossing, used in conjunction with the initial vector value.

Responses

401

Access token is missing or invalid

500

Internal server error

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json