Secure card information describes the details of a card that only a cardholder should have access to. This includes the card's 16 digit PAN (Primary Account Number), expiry date, and security code (CVC/CVV).
It is not recommended that the sensitive card details are supplied to any application other than one that resides within the cardholder environment (i.e. their mobile application or web application running in their browser) unless that system is sufficiently compliant with PCI-DSS requirements and is audited as such.
The steps for retrieving secure card details are as follows:
- Call the Get Card Token endpoint with the card ID.
- Call the GET URL specified in the
callbackUrl
response body field. ThecallbackUrl
can only be used once, subsequent calls to this URL will return a403
response code.