Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
查询 Visa 卡号、有效期、CVV 等敏感信息。
POST
/mc-platformapi/v1/open/et/vs/card/details/query
application/json
SHA256withRSA
BASE64
app_id
string
timestamp
integer
card_no
pay_pwd
{ "app_id": "app_123456", "timestamp": 1784880000, "card_no": "493875******0990", "pay_pwd": "123456" }
{ "code": 0, "msg": "success", "data": { "card_no": "4938751234560990", "cvv": "123", "exp": "12/30" } }