This endpoint returns detailed information about a specific virtual card belonging to a user. Use this endpoint when you need to display or verify sensitive card details, such as the full card number, CVV, and expiration date, for a given card. This is typically used in secure areas of your application, for example when showing card details to the user, verifying card credentials, or preparing for a transaction. The response includes the card's status and all necessary data for online or in-app payments.
Request
Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
Path Params
Responses
🟢200Success
application/json
Body
🟠401Access Denied
🟠400P434: Card not exist
🟠400P500: Unknown exception
🟠400P501: Service temporarily unavailable
🟠400P459: User not verified
🟠400P461: User not extended
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://partner-api-stage.p100.io/v1/card/details/externalUserId/cardId' \
--header'x-api-key: <api-key>'