Inbound (from issuer)
Unique identifier of a give session (enrolment session or Life Cycle Management session), used to link inbound and outbound requests of the same session together
Unique identifier used to identify the issuer
The unique identifier of the funding card. This value is generated and managed by the issuer. This value can be updated in case of funding PAN replacement by the issuer.
New issuerCardRefId to be updated, provided only if the issuerCardRefId change after a PAN, exp or productId replacement. Note, the newIssuerCardRefId is not mandatory and it is preferable to keep the same issuerCardRefId after updateCard This field has been added to the API for issuers that are not able to manage the same identifier following a PAN/exp date update.
Old and new FPAN details (for example in case of card renewal).
This value is encrypted using the PKCS#7 encryption scheme defined in RFC 2315/5652 using following encryption parameters:
- The content encryption algorithm used is AES256/CBC/PKCS7Padding using a randomly generated AES key.
- The key encryption algorithm is RSA/NONE/OAEPWithSHA256AndMGF1Padding (with MGF1 using SHA-256) using the TSH certificate provided during onboarding.
- The encryption result shall be provided as hexadecimal string.
The format of the data is: { "oldFPAN": "[0-9]{16,19}", "oldExpDate": "MMYY", "newFPAN": "[0-9]{16,19}", "newExpDate": "MMYY" }
Identifier of the key used to encrypt fpanDetails.Provided by Thales to Issuer during onboarding.
updateCard response payload
Bad Request, Invalid request URI or header, or unsupported nonstandard parameter
Internal Server Error
No content
Unique identifier of a give session (enrolment session or Life Cycle Management session), used to link inbound and outbound requests of the same session together
Unique identifier used to identify the issuer
The unique identifier of the funding card. This value is generated and managed by the issuer. This value can be updated in case of funding PAN replacement by the issuer.
getCardInfo response payload
Bad Request, Invalid request URI or header, or unsupported nonstandard parameter
Internal Server Error
Unique identifier of a give session (enrolment session or Life Cycle Management session), used to link inbound and outbound requests of the same session together
Unique identifier used to identify the issuer
Successful
No content
Bad Request, Invalid request URI or header, or unsupported nonstandard parameter
Internal Server Error
No content
Last updated
Was this helpful?