Get Card Sensitive Information
Brief Description
- Retrieves a link to view sensitive card information. Users can view the card number, CVV, and expiration date on a secure page after clicking the link.
Request URL
/open/api/card/sensitive
Request Method
- POST
Parameters
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| cardId | Yes | string | Card ID |
Request Example
{
"cardId": "c_xxxxxxxxxxx"
}Return Parameter Description
| Parameter Name | Type | Description |
|---|---|---|
| model | object | Returned data object |
| └url | string | Card Sensitive Information Viewing Link (One-time use, click to view card number/CVV/expiration) |
Return Example
{
"success": true,
"error": false,
"msg": "success",
"code": "0",
"model": {
"url": "https://XXX.XX.com/XX?token=xxxx&cardId=xxxx"
},
"traceId": "1646651433202"
}Updated 3 days ago
Did this page help you?
