Initiates the process to access card sensitive data (PAN, CVV, Expiry Date). Sends an OTP to the customer's registered mobile number and returns a session ID for the subsequent OTP verification step.Security:
PCI-compliant flow requiring OTP verification
Only ACTIVE cards can access sensitive data
OTP expires after 5 minutes
Error Responses:
404 CARD_NOT_FOUND - The card is invalid. Please use a valid card.
412 INVALID_CARD_STATUS - The card is INACTIVE or CANCELLED. Please use an active card.
503 SERVICE_UNAVAILABLE - The service is currently unavailable. Please try again later.
Request
Path Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.staging.vrtx.sa/cards//sensitive-data'