This operation will respond with encrypted card payment info
This is a web service designed to give the card payment information needed for doing e-commerce payments, meaning full PAN, cvc2/cvv2, expiry date. The payload will be encrypted with an asymmetric public key, to enable end-to-end encryption to the card holder device. Only fields listed in the request ‘fields’ object will be returned. The caller is responsible of validating the integrity of the public key.Documentation Index
Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The card id for given card
The audit user to log the request
Request information needed to encrypt the card payment info
Public key used to encrypt the fields in the result.
In this field the encryption method is selected. This is to prepare for future use since only one method is supported.
RSA_ECB_OAEP_SHA256_MGF1_2048 In this field you can list which fields the service should encrypt and return. If a field is not listed, it will be left out from the response. Note that only fullCardNumber and cvv2 will be encrypted.
fullCardNumber, expirationDate, cvv2